Ignore find key shortcut only for mozcentral for now.

This commit is contained in:
Brendan Dahl 2012-10-04 13:44:17 -07:00
parent 1f85b8b4ed
commit 5d848ca31a

View File

@ -2799,7 +2799,7 @@ window.addEventListener('keydown', function keydown(evt) {
// control is selected or not.
if (cmd == 1 || cmd == 8) { // either CTRL or META key.
switch (evt.keyCode) {
//#if !(FIREFOX || MOZCENTRAL)
//#if !MOZCENTRAL
case 70:
PDFFindBar.toggle();
handled = true;