mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 01:14:12 +01:00
Fix inadvertant and irritating passing of <C-[>.
--HG-- extra : rebase_source : daf8607035497732a200977c335e24fc5e2824f6
This commit is contained in:
@@ -1019,6 +1019,9 @@ var Events = Module("events", {
|
||||
refeed.shift();
|
||||
}
|
||||
|
||||
if (Events.isEscape(key) && !shouldPass())
|
||||
res = Events.KILL;
|
||||
|
||||
if (res !== Events.PASS)
|
||||
kill(event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user