mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 02:54:12 +01:00
More RangeFind work.
This commit is contained in:
@@ -386,7 +386,7 @@ const Mappings = Module("mappings", {
|
||||
|
||||
mappings.addUserMap(modes, [lhs],
|
||||
"User defined mapping",
|
||||
function (count) { events.feedkeys((count > -1 ? count : "") + this.rhs, this.noremap, this.silent); }, {
|
||||
function (count) { events.feedkeys((count || "") + this.rhs, this.noremap, this.silent); }, {
|
||||
count: true,
|
||||
rhs: events.canonicalKeys(rhs),
|
||||
noremap: !!noremap,
|
||||
|
||||
Reference in New Issue
Block a user