Skip to content
New issue

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

caps_word does not work for German umlauts #2807

Open
ThomasMader opened this issue Feb 1, 2025 · 1 comment
Open

caps_word does not work for German umlauts #2807

ThomasMader opened this issue Feb 1, 2025 · 1 comment

Comments

@ThomasMader
Copy link

I am using caps_word which is working for all keys except for the ones with German umlauts:

ö - Ö (SEMICOLON)
ä - Ä (SINGLE_QUOTE)
ü - Ü (LEFT_BRACKET)

They are defined in my keymap as normal keypresses like this:

"value": "&kp", "params": [ { "value": "SEMICOLON", "params": [] } ]

I also had the problem that my continue-list did not work for them but I found out that it works by using the long name instead of the short one.

SEMI -> SEMICOLON
SQT -> SINGLE_QUOTE
LBKT -> LEFT_BRACKET

But the caps_word still doesn't work with the full names. It continues writing the lower case versions for the umlauts when the caps_word is enabled.

ZMK version: bb48661

ThomasMader added a commit to ThomasMader/glove80-zmk-config that referenced this issue Feb 1, 2025
@joelspadin
Copy link
Collaborator

#1742 would provide a way to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants