We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are the hotkeys listed in windows-terminal-quake.json .
// # HotKeys // ## Modifiers // Alt, Control, Shift, Windows // // ## Key // ### Special keys // Alt, Back, CapsLock, Control, Escape, LControlKey, LShiftKey, LWin, RControlKey, RShiftKey, RWin, Shift, Space, Tab // // ### Middle part of the keyboard // Delete, End, Home, Insert, PageDown, PageUp, PrintScreen // Down, Left, Right, Up // // ### Number keys // D0 - D9 // // ### Letters // A-Z // // ### Numpad // NumPad0 - NumPad9 // Add, Decimal, Divide, Multiply, NumLock, Separator, Subtract // // ### Function keys // F1 - F24 // // ### Special characters // OemBackslash, OemCloseBrackets, Oemcomma, OemMinus, OemOpenBrackets, // OemPeriod, OemPipe, Oemplus, OemQuestion, OemQuotes, OemSemicolon, Oemtilde
But actually, any Key from the Key enum will work!
For example, I use "Oem7", which is the key left of 1 on my french-canadian keyboard layout!
The text was updated successfully, but these errors were encountered:
#30 Added more OEM keys to windows-terminal-quake.json
0ad6e6f
@EtienneLavoie Thank you for the heads-up, I've added it to the default settings file :)
Sorry, something went wrong.
No branches or pull requests
Here are the hotkeys listed in windows-terminal-quake.json .
But actually, any Key from the Key enum will work!
For example, I use "Oem7", which is the key left of 1 on my french-canadian keyboard layout!
The text was updated successfully, but these errors were encountered: