summaryrefslogtreecommitdiff
path: root/gecko/chrome/content/simplyread.xul
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-12-12 18:21:50 +0000
committerNick White <git@njw.me.uk>2011-12-12 18:21:50 +0000
commit09d374429159c989651f89b127bd7754f3c7202d (patch)
tree88b4dbe1f5c91ec078cf08e60eb4166d05273ebe /gecko/chrome/content/simplyread.xul
parent0ec52a8f60366c52e625507f5cdf592e60aaf9c2 (diff)
Change key binding to alt+r
Diffstat (limited to 'gecko/chrome/content/simplyread.xul')
-rw-r--r--gecko/chrome/content/simplyread.xul2
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()" />