Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎v3/pkg/application/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var modifierMap = map[string]modifier{
5656
"cmdorctrl": CmdOrCtrlKey,
5757
"cmd": CmdOrCtrlKey,
5858
"command": CmdOrCtrlKey,
59-
"ctrl": CmdOrCtrlKey,
59+
"ctrl": ControlKey,
6060
"optionoralt": OptionOrAltKey,
6161
"alt": OptionOrAltKey,
6262
"option": OptionOrAltKey,

0 commit comments

Comments
 (0)
Please sign in to comment.