]> git.wh0rd.org - tt-rss.git/commitdiff
Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 27 Sep 2013 11:14:20 +0000 (15:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 27 Sep 2013 11:14:20 +0000 (15:14 +0400)
breaks copy/paste in chrome

This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a.

js/tt-rss.js

index b5bbd9f57b2511096ba2dfb433c4a6e9552ce8f5..04aec0cca01fa284a42e9a30df2d9654dfbeab4c 100644 (file)
@@ -892,7 +892,7 @@ function hotkey_handler(e) {
                        cmdline.innerHTML = keychar;
                        Element.show(cmdline);
 
-                       return false;
+                       return true;
                }
 
                Element.hide(cmdline);