diff options
Diffstat (limited to 'gecko')
-rw-r--r-- | gecko/chrome/content/simplyread.xul | 2 | ||||
-rw-r--r-- | gecko/install.ttl | 2 |
2 files changed, 2 insertions, 2 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()" /> diff --git a/gecko/install.ttl b/gecko/install.ttl index 76afcfc..e65c2a4 100644 --- a/gecko/install.ttl +++ b/gecko/install.ttl @@ -11,7 +11,7 @@ em:maxVersion "10.*" ] ; em:name "SimplyRead"; - em:description "Removes distractions from webpages. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead."; + em:description "Removes distractions from webpages. Press Alt+r or press the 'sr' button in the addons bar to toggle SimplyRead."; em:creator "Nick White"; em:homepageURL "WEBSITE/"; em:updateURL "WEBSITE/gecko-updates.rdf"; |