1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:07:59 +01:00

Make <Esc> a normal mapping rather than a grotesque hack.

This commit is contained in:
Kris Maglione
2011-01-19 20:30:54 -05:00
parent a8a840afc2
commit 95eb8aaf93
4 changed files with 19 additions and 32 deletions

View File

@@ -944,7 +944,7 @@ var Hints = Module("hints", {
return KILL;
}
return Events.isEscape(key) ? KILL : PASS;
return PASS;
}
//}}}
}, {