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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user