зеркало из https://github.com/mozilla/gecko-dev.git
Sync with branch.
This commit is contained in:
Родитель
6303180103
Коммит
2965269375
|
@ -1466,7 +1466,7 @@ function MenuDisableEscapeKeys() {
|
|||
|
||||
function MenuHandleMenuEscape(e) {
|
||||
/* This applies because our <key /> handlers would not work when Menu popups are active */
|
||||
if( gShowingMenuCurrent && e.keyCode==e.DOM_VK_F9 ) {
|
||||
if( gShowingMenuCurrent && e.keyCode==e.DOM_VK_F20 ) {
|
||||
BrowserMenuSpin();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче