From: Andrew Dolgov Date: Fri, 27 Sep 2013 11:14:20 +0000 (+0400) Subject: Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts." X-Git-Tag: 1.11~55 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=37283773440651376caf89a487b21872585ab846;p=tt-rss.git Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts." breaks copy/paste in chrome This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a. --- diff --git a/js/tt-rss.js b/js/tt-rss.js index b5bbd9f5..04aec0cc 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -892,7 +892,7 @@ function hotkey_handler(e) { cmdline.innerHTML = keychar; Element.show(cmdline); - return false; + return true; } Element.hide(cmdline);