mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Don't force help initialization until we see something that looks like a help link. Other small interface changes.
This commit is contained in:
@@ -491,7 +491,7 @@ var Modes = Module("modes", {
|
||||
}
|
||||
}, {
|
||||
mappings: function () {
|
||||
mappings.add([modes.BASE],
|
||||
mappings.add([modes.BASE, modes.NORMAL],
|
||||
["<Esc>", "<C-[>"],
|
||||
"Return to NORMAL mode",
|
||||
function () { modes.reset(); });
|
||||
|
||||
Reference in New Issue
Block a user