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?