Skip to content

Commit 267b421

Browse files
authoredOct 23, 2022
(#442) Use correct mapping for right shift (right_shift instead of space) (#443)
1 parent bc5e99c commit 267b421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/provider/native/libnut-keyboard.class.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
8888

8989
[Key.LeftShift, "shift"],
9090
[Key.LeftSuper, "command"],
91-
[Key.RightShift, "space"],
91+
[Key.RightShift, "right_shift"],
9292
[Key.RightSuper, "command"],
9393

9494
[Key.Grave, "`"],

0 commit comments

Comments
 (0)
Please sign in to comment.