Skip to content

caps_word does not work for German umlauts #2807

Open
@ThomasMader

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions