mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 10:34:12 +01:00
Make <C-v><Esc> behave sensibly.
This commit is contained in:
@@ -1262,7 +1262,7 @@ var Events = Module("events", {
|
||||
else
|
||||
ignore = true;
|
||||
|
||||
if (ignore && !Events.isEscape(key))
|
||||
if (ignore)
|
||||
modes.pop();
|
||||
}
|
||||
else if (!event.isMacro && !event.noremap && events.shouldPass(event))
|
||||
|
||||
Reference in New Issue
Block a user