]> git.wh0rd.org - tt-rss.git/commitdiff
remove hack to consider apple key as prefix
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 11 Aug 2008 07:32:41 +0000 (08:32 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 11 Aug 2008 07:32:41 +0000 (08:32 +0100)
tt-rss.js

index 879fff23c13c04b75bf0e47fd594558d0412a306..870c64028b0c386ecd0e5030259d1622aaaf7333 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1017,8 +1017,8 @@ function hotkey_handler(e) {
 
                if (keycode == 16) return; // ignore lone shift
 
-               if ((keycode == 70 || keycode == 67 || keycode == 71 || 
-                               keycode == 224 || keycode == 91) && !hotkey_prefix) {
+               if ((keycode == 70 || keycode == 67 || keycode == 71) 
+                               && !hotkey_prefix) {
 
                        hotkey_prefix = keycode;
                        debug("KP: PREFIX=" + keycode + " CHAR=" + keychar);