mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 13:35:47 +01:00
Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mode docs to Name rather than NAME.
This commit is contained in:
@@ -1860,7 +1860,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
});
|
||||
|
||||
commands.add(["norm[al]"],
|
||||
"Execute NORMAL mode commands",
|
||||
"Execute Normal mode commands",
|
||||
function (args) { events.feedkeys(args[0], args.bang, false, modes.NORMAL); },
|
||||
{
|
||||
argCount: "1",
|
||||
|
||||
Reference in New Issue
Block a user