mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 10:55:47 +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();
|
refeed.shift();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Events.isEscape(key) && !shouldPass())
|
||||||
|
res = Events.KILL;
|
||||||
|
|
||||||
if (res !== Events.PASS)
|
if (res !== Events.PASS)
|
||||||
kill(event);
|
kill(event);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user