Skip to content

Commit

Permalink
Fix ctrl key accelerator on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed May 25, 2024
1 parent 940d0f1 commit 2a056a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/pkg/application/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var modifierMap = map[string]modifier{
"cmdorctrl": CmdOrCtrlKey,
"cmd": CmdOrCtrlKey,
"command": CmdOrCtrlKey,
"ctrl": CmdOrCtrlKey,
"ctrl": ControlKey,
"optionoralt": OptionOrAltKey,
"alt": OptionOrAltKey,
"option": OptionOrAltKey,
Expand Down

0 comments on commit 2a056a7

Please sign in to comment.