With lines such as
key <AD01> { [ q, Q, degree, paragraph ] };
in /usr/share/X11/xkb/symbols/us
, I am able to access the degree symbol with
ISO_Level3_Shift+q. I thought that adding a fifth item would make it
accessible with ISO_Level5_Shift+q
, but that does nothing (outputs q
). In
fact, adding a fifth breaks level 3 too. How can I make use of the extra
modifier? Running Arch.
FOUR_LEVEL_*
so it's ignoring the extra levels. try basing your variant on an existing layout that's already using higher levels (grep
existing symbols files forEIGHT_LEVEL_
). explicitly setting an XKB option likelv5:<whatever>
may enable it. – quixotic Apr 16 '17 at 17:55setxkbmap -query
), exactly what modifications you've made to what files, and exactly what you're expecting, we might be better able to assist. – quixotic Apr 16 '17 at 18:00