mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 17:55:49 +01:00
pass all key events through to FF when in designMode
This commit is contained in:
@@ -536,6 +536,10 @@ function Events() //{{{
|
|||||||
|
|
||||||
var stop = true; // set to false if we should NOT consume this event but let also firefox handle it
|
var stop = true; // set to false if we should NOT consume this event but let also firefox handle it
|
||||||
|
|
||||||
|
var win = document.commandDispatcher.focusedWindow;
|
||||||
|
if (win && win.document.designMode == "on")
|
||||||
|
return true;
|
||||||
|
|
||||||
// menus have their own command handlers
|
// menus have their own command handlers
|
||||||
if (vimperator.modes.extended & vimperator.modes.MENU)
|
if (vimperator.modes.extended & vimperator.modes.MENU)
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user