зеркало из https://github.com/mozilla/gecko-dev.git
Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor
This commit is contained in:
Родитель
e6cd639561
Коммит
e5883b4398
|
@ -1572,8 +1572,10 @@
|
|||
return;
|
||||
}
|
||||
|
||||
#ifndef XP_MACOSX
|
||||
if (aEvent.ctrlKey && aEvent.keyCode == KeyEvent.DOM_VK_F4 && this.tabbrowser.mTabBox.handleCtrlPageUpDown)
|
||||
this.tabbrowser.removeCurrentTab();
|
||||
#endif
|
||||
}
|
||||
})]]>
|
||||
</field>
|
||||
|
|
Загрузка…
Ссылка в новой задаче