mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-21 07:51:00 +02:00
Merge pull request #301 from derekschrock/patch-1
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
This commit is contained in:
commit
a2836637b9
@ -892,7 +892,7 @@ function hotkey_handler(e) {
|
|||||||
cmdline.innerHTML = keychar;
|
cmdline.innerHTML = keychar;
|
||||||
Element.show(cmdline);
|
Element.show(cmdline);
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Element.hide(cmdline);
|
Element.hide(cmdline);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user