mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:55:46 +01:00
allow all unknown key mappings to be passed through to FF
This commit is contained in:
@@ -655,9 +655,9 @@ function Events() //{{{
|
|||||||
vimperator.input.pendingArgMap = null;
|
vimperator.input.pendingArgMap = null;
|
||||||
vimperator.input.pendingMotionMap = null;
|
vimperator.input.pendingMotionMap = null;
|
||||||
|
|
||||||
if (vimperator.hasMode(vimperator.modes.COMMAND_LINE))
|
stop = false; // command was not a vimperator command, maybe it is a firefox command
|
||||||
stop = false; // command was not a vimperator command, maybe it is a firefox command
|
|
||||||
else
|
if (!vimperator.hasMode(vimperator.modes.COMMAND_LINE))
|
||||||
vimperator.beep();
|
vimperator.beep();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user