Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."

breaks copy/paste in chrome

This reverts commit d7e4897b8e.
This commit is contained in:
Andrew Dolgov 2013-09-27 15:14:20 +04:00
parent a2836637b9
commit 3728377344
1 changed files with 1 additions and 1 deletions

View File

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