Skip to content

Commit 1a71ead

Browse files
authored
Update libnut-keyboard.class.ts (#414)
Fix grave accent
1 parent 8eaa342 commit 1a71ead

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
@@ -92,7 +92,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
9292
[Key.RightShift, "space"],
9393
[Key.RightSuper, "command"],
9494

95-
[Key.Grave, "~"],
95+
[Key.Grave, "`"],
9696
[Key.Minus, "-"],
9797
[Key.Equal, "="],
9898
[Key.Backspace, "backspace"],

0 commit comments

Comments
 (0)