Skip to content

How to use xkb keycode for position for hiragana-katakana key? #51

@noctuid

Description

@noctuid

I want to remap my hiragana-katakana key. According to the documentation, I should be able to use the xkb keycode w/o the brackets. If I understand correctly, I can get this from the evdev file:

» grep 101 /usr/share/X11/xkb/keycodes/evdev
        <HKTG> = 101;   // Hiragana/Katakana toggle

But If I have [ "HKTG", "PrintScreen" ] as a permutation, I get the error Error in $.mods[1].permutation[0]: ‘HKTG’ is not a valid position

What is the correct way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions