mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 23:44:12 +01:00
Fix :ia and :ca broken by revision 241221d6e231.
This commit is contained in:
@@ -230,7 +230,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
modes.sort();
|
||||
modeDescription = modeDescription ? " in " + modeDescription + " mode" : "";
|
||||
|
||||
commands.add([ch + "ab[breviate]"],
|
||||
commands.add([ch ? ch + "a[bbreviate]" : "ab[breviate]"],
|
||||
"Abbreviate a key sequence" + modeDescription,
|
||||
function (args) {
|
||||
let [lhs, rhs] = args;
|
||||
|
||||
Reference in New Issue
Block a user