We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaa342 commit 1a71eadCopy full SHA for 1a71ead
lib/provider/native/libnut-keyboard.class.ts
@@ -92,7 +92,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
92
[Key.RightShift, "space"],
93
[Key.RightSuper, "command"],
94
95
- [Key.Grave, "~"],
+ [Key.Grave, "`"],
96
[Key.Minus, "-"],
97
[Key.Equal, "="],
98
[Key.Backspace, "backspace"],
0 commit comments