We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5e99c commit 2ee2b17Copy full SHA for 2ee2b17
lib/provider/native/libnut-keyboard.class.ts
@@ -88,7 +88,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
88
89
[Key.LeftShift, "shift"],
90
[Key.LeftSuper, "command"],
91
- [Key.RightShift, "space"],
+ [Key.RightShift, "right_shift"],
92
[Key.RightSuper, "command"],
93
94
[Key.Grave, "`"],
0 commit comments