mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 15:44:11 +01:00
Rename the [ci]abbrev commands to [ci]abbreviate.
This commit is contained in:
@@ -230,7 +230,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
modes.sort();
|
||||
modeDescription = modeDescription ? " in " + modeDescription + " mode" : "";
|
||||
|
||||
commands.add([ch ? ch + "a[bbrev]" : "ab[breviate]"],
|
||||
commands.add([ch + "ab[breviate]"],
|
||||
"Abbreviate a key sequence" + modeDescription,
|
||||
function (args) {
|
||||
let [lhs, rhs] = args;
|
||||
@@ -271,7 +271,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
]
|
||||
});
|
||||
|
||||
commands.add([ch ? ch + "una[bbrev]" : "una[bbreviate]"],
|
||||
commands.add([ch + "una[bbreviate]"],
|
||||
"Remove an abbreviation" + modeDescription,
|
||||
function (args) {
|
||||
let lhs = args.literalArg;
|
||||
|
||||
Reference in New Issue
Block a user