1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 15:24:10 +01:00

Normalise mode name references in command/option/mapping descriptions.

--HG--
extra : rebase_source : e1de378b096c1292f237fcf45b1e6f926f7b6471
This commit is contained in:
Doug Kearns
2011-07-21 23:28:23 +10:00
parent 013408017e
commit bf186edf8f
6 changed files with 13 additions and 13 deletions

View File

@@ -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",