mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-12 07:29:59 +00:00
fixed backtick key detection - fixes #3742
This commit is contained in:
parent
44040ba54b
commit
f7b603a631
@ -51,8 +51,8 @@ export function stringifyKeySequence (events: KeyboardEvent[]): string[] {
|
|||||||
Period: '.',
|
Period: '.',
|
||||||
Slash: '/',
|
Slash: '/',
|
||||||
Backslash: '\\',
|
Backslash: '\\',
|
||||||
IntlBackslash: '\\',
|
IntlBackslash: '`',
|
||||||
Backquote: '`',
|
Backquote: '~', // Electron says it's the tilde
|
||||||
Minus: '-',
|
Minus: '-',
|
||||||
Equal: '=',
|
Equal: '=',
|
||||||
Semicolon: ';',
|
Semicolon: ';',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user