mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:07:59 +01:00
This commit is contained in:
@@ -1764,7 +1764,7 @@ const Dactyl = Module("dactyl", {
|
||||
|
||||
commands.add(["norm[al]"],
|
||||
"Execute Normal mode commands",
|
||||
function (args) { events.feedkeys(args[0] || "", args.bang); },
|
||||
function (args) { events.feedkeys(args[0] || "", args.bang, false, modes.NORMAL); },
|
||||
{
|
||||
argCount: "+",
|
||||
bang: true,
|
||||
|
||||
Reference in New Issue
Block a user