mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:17:59 +01:00
Fix interpolation of counts into key mappings.
This commit is contained in:
@@ -330,7 +330,7 @@ const Command = Class("Command", {
|
||||
/* fallthrough */
|
||||
case "-keys":
|
||||
let silent = args["-silent"];
|
||||
rhs = events.canonicalKeys(rhs);
|
||||
rhs = events.canonicalKeys(rhs, true);
|
||||
var action = function action(count)
|
||||
events.feedkeys(commands.replaceTokens(rhs, { count: count }),
|
||||
noremap, silent);
|
||||
|
||||
Reference in New Issue
Block a user