mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Fix event key m.
This commit is contained in:
parent
476c802c1b
commit
b716dcbaa1
@ -286,11 +286,13 @@ function show(idPane,toolbarButtonRef) {
|
||||
|
||||
function eventHandlerMenu(e) {
|
||||
|
||||
/*
|
||||
if(e.charCode==109) {
|
||||
document.getElementById("general-button").focus();
|
||||
e.preventBubble();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
if(e.keyCode==134 || e.keyCode==70) /*SoftKey1 or HWKey1*/ {
|
||||
document.getElementById("general-button").focus();
|
||||
e.preventBubble();
|
||||
|
Loading…
x
Reference in New Issue
Block a user