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:
@@ -944,7 +944,7 @@ var Hints = Module("hints", {
|
||||
return KILL;
|
||||
}
|
||||
|
||||
return Events.isEscape(key) ? KILL : PASS;
|
||||
return PASS;
|
||||
}
|
||||
//}}}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user