You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.
I think at the moment Controlcast doesn't correctly read non US keyboard layouts when setting up a hotkey.
Whenever I enter a key/combination containing umlauts (äöü) or ß and ´, the last of which are located directly right of the zero on the keyboard for my German layout, Controlcast registers a different key.
OBS seems to support the German layout.
For example:
strg + alt + shit + ß (which is my shortcut to start the stream)
is registered as
strg + alt + shit + [
To get a [ on the German layout, I'd need to enter:
strg + alt + 8
The text was updated successfully, but these errors were encountered:
The fix for #12 worked, but since /*+ and , on the numkey seem to be tied to the non-US (in my case: German) keyboard layout as well, multi-language layout support would be the next logical step to complete full accessibility to the num keyboard. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think at the moment Controlcast doesn't correctly read non US keyboard layouts when setting up a hotkey.
Whenever I enter a key/combination containing umlauts (äöü) or ß and ´, the last of which are located directly right of the zero on the keyboard for my German layout, Controlcast registers a different key.
OBS seems to support the German layout.
For example:
strg + alt + shit + ß (which is my shortcut to start the stream)
is registered as
strg + alt + shit + [
To get a [ on the German layout, I'd need to enter:
strg + alt + 8
The text was updated successfully, but these errors were encountered: