We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4376f5b commit f008cdeCopy full SHA for f008cde
lib/provider/native/libnut-keyboard.class.ts
@@ -83,8 +83,15 @@ export default class KeyboardAction implements KeyboardProviderInterface {
83
[Key.Tab, "tab"],
84
[Key.LeftAlt, "alt"],
85
[Key.LeftControl, "control"],
86
- [Key.RightAlt, "alt"],
87
- [Key.RightControl, "control"],
+ [Key.RightAlt, "right_alt"],
+ [Key.RightControl, "right_control"],
88
+ [Key.LeftWin, "win"],
89
+ [Key.RightWin, "right_win"],
90
+ [Key.LeftCmd, "cmd"],
91
+ [Key.RightCmd, "right_cmd"],
92
+
93
+ [Key.Menu, "menu"],
94
+ [Key.Fn, "fn"],
95
96
[Key.LeftShift, "shift"],
97
[Key.LeftSuper, "command"],
0 commit comments