1
0
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:
Štěpán Němec
2011-02-01 23:30:43 +01:00
parent 7a6f236e2d
commit 386749a0a9

View File

@@ -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;