We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ff4e7 commit e7007edCopy full SHA for e7007ed
providers/libnut/lib/libnut-keyboard.class.ts
@@ -89,16 +89,16 @@ export default class KeyboardAction implements KeyboardProviderInterface {
89
[Key.RightWin, "right_win"],
90
[Key.LeftCmd, "cmd"],
91
[Key.RightCmd, "right_cmd"],
92
- [Key.LeftMeta, "meta"],
93
- [Key.RightMeta, "right_meta"],
94
95
[Key.Menu, "menu"],
96
[Key.Fn, "fn"],
97
98
[Key.LeftShift, "shift"],
99
- [Key.LeftSuper, "command"],
+ [Key.LeftSuper, "meta"],
+ [Key.LeftMeta, "meta"],
100
[Key.RightShift, "right_shift"],
101
- [Key.RightSuper, "command"],
+ [Key.RightSuper, "right_meta"],
+ [Key.RightMeta, "right_meta"],
102
103
[Key.Grave, "`"],
104
[Key.Minus, "-"],
0 commit comments