From fe3320d2bdbdbbfeabab48dd6f70da3bf19b77ce Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Aug 2008 08:32:41 +0100 Subject: [PATCH] remove hack to consider apple key as prefix --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tt-rss.js b/tt-rss.js index 879fff23..870c6402 100644 --- 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); -- 2.39.2