mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 11:54:13 +01:00
pass all key events through to FF when in designMode
This commit is contained in:
@@ -428,6 +428,10 @@ function Events() //{{{
|
||||
|
||||
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;
|
||||
|
||||
if (vimperator.hasMode(vimperator.modes.MENU))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user