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
Hi there, I am so grateful for this tool. This was always a missing key feature in Windows!
I would like to achieve the same behavior like in MacOS with German Keyboard layout. But I wasn't able to find the correct configuration.
What I tried:
[switch-windows] hotkey = Alt+^ hotkey = Alt+Dead hotkey = Alt+Dead_Grave hotkey = Alt+Dead_Circumflex hotkey = Alt+VK_OEM_5
The text was updated successfully, but these errors were encountered:
Steps to find non-English keyboard hotkeys:
go to http://kbdlayout.info/shortcut, select Keyboard layout and keys
map to keycode According to keycodes, the hotkey for your german keyboard is alt+|.
alt+|
After #87 (from version v1.5.0), you can use ALT+VK_OEM_5 .
ALT+VK_OEM_5
Sorry, something went wrong.
alt+| worked!! Thanks! 🚀
No branches or pull requests
Hi there, I am so grateful for this tool. This was always a missing key feature in Windows!
I would like to achieve the same behavior like in MacOS with German Keyboard layout. But I wasn't able to find the correct configuration.
What I tried:
The text was updated successfully, but these errors were encountered: