1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:32:25 +01:00

Alias c_<C-Tab> to c_<A-f>.

This commit is contained in:
Kris Maglione
2011-10-05 19:57:39 -04:00
parent f0028647c3
commit b43d9f914c
3 changed files with 31 additions and 22 deletions

View File

@@ -363,7 +363,7 @@ var Editor = Module("editor", {
range.setStart(range.startContainer, range.endOffset - abbrev.lhs.length);
this.mungeRange(range, function () abbrev.expand(this.element), true);
}
},
}
}, {
TextsIterator: Class("TextsIterator", {
init: function init(range, context, after) {