зеркало из https://github.com/mozilla/pjs.git
Fix event key m.
This commit is contained in:
Родитель
e1fd525bba
Коммит
19c415be1c
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче