1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 10:27:58 +01:00

return true from onKeyPress when in MENU mode

This commit is contained in:
Doug Kearns
2007-09-26 16:11:36 +00:00
parent d9d30765c3
commit f33a6b435d

View File

@@ -427,7 +427,7 @@ function Events() //{{{
var stop = true; // set to false if we should NOT consume this event but let also firefox handle it
if (vimperator.hasMode(vimperator.modes.MENU))
return false;
return true;
// XXX: for now only, later: input mappings if form element focused
if (isFormElemFocused())