1
0
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:
Kris Maglione
2011-01-19 19:59:34 -05:00
parent 657af0e223
commit 260a8aad1b

View File

@@ -1019,6 +1019,9 @@ var Events = Module("events", {
refeed.shift();
}
if (Events.isEscape(key) && !shouldPass())
res = Events.KILL;
if (res !== Events.PASS)
kill(event);