diff options
Diffstat (limited to 'gecko/chrome')
-rw-r--r-- | gecko/chrome/content/simplyread.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul index 87af5ea..f5efe94 100644 --- a/gecko/chrome/content/simplyread.xul +++ b/gecko/chrome/content/simplyread.xul @@ -3,7 +3,7 @@ <script src="chrome://simplyread/content/viable.js" /> <script src="chrome://simplyread/content/simplyread.js" /> <keyset> - <key id="simplyread" modifiers="control alt" key="r" oncommand="simplyread()" /> + <key id="simplyread" modifiers="alt" key="r" oncommand="simplyread()" /> </keyset> <toolbar id="addon-bar"> <toolbarbutton id="simplyread-btn" image="chrome://simplyread/content/icon.png" label="SimplyRead" oncommand="simplyread()" /> |