1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

Merge pull request #301 from derekschrock/patch-1

Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
This commit is contained in:
Andrew Dolgov
2013-09-27 02:53:15 -07:00

View File

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