mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 09:05:44 +01:00
Normalise mode name references in command/option/mapping descriptions.
--HG-- extra : rebase_source : e1de378b096c1292f237fcf45b1e6f926f7b6471
This commit is contained in:
@@ -689,7 +689,7 @@ var Mappings = Module("mappings", {
|
||||
if (mode.char && !commands.get(mode.char + "map", true))
|
||||
addMapCommands(mode.char,
|
||||
[m.mask for (m in modes.mainModes) if (m.char == mode.char)],
|
||||
[mode.name.toLowerCase()]);
|
||||
[mode.name]);
|
||||
|
||||
let args = {
|
||||
getMode: function (args) findMode(args["-mode"]),
|
||||
|
||||
Reference in New Issue
Block a user