Skip to content

Commit

Permalink
Update libnut-keyboard.class.ts (#414)
Browse files Browse the repository at this point in the history
Fix grave accent
  • Loading branch information
lukeburns committed Jul 31, 2022
1 parent 8eaa342 commit 1a71ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider/native/libnut-keyboard.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
[Key.RightShift, "space"],
[Key.RightSuper, "command"],

[Key.Grave, "~"],
[Key.Grave, "`"],
[Key.Minus, "-"],
[Key.Equal, "="],
[Key.Backspace, "backspace"],
Expand Down

0 comments on commit 1a71ead

Please sign in to comment.