Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
breaks copy/paste in chrome
This reverts commit d7e4897b8e
.
This commit is contained in:
parent
a2836637b9
commit
3728377344
|
@ -892,7 +892,7 @@ function hotkey_handler(e) {
|
|||
cmdline.innerHTML = keychar;
|
||||
Element.show(cmdline);
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Element.hide(cmdline);
|
||||
|
|
Loading…
Reference in New Issue