Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor

This commit is contained in:
steffen.wilberg@web.de 2007-08-21 21:59:48 -07:00
parent 4c2bd999f9
commit 9792a0fd98

View File

@ -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>