None of the remaps work
Kubuntu (Ubuntu 24.04.03 LTS) KDE Plasma 5.27.12 Wayland
I wanted to make a simple remap so I can type some german letters using (shift+)rightalt, but it didn't work:
[ids]
*
[main]
[rightalt]
a = ä
o = ö
u = ü
s = ß
[shift+rightalt]
a = Ä
o = Ö
u = Ü
s = ẞ
So I then tried something simpler and it still didn't work:
[ids]
*
[main]
a = b
The keys just keep their main functions (typing a types a, rightalt+a does æ) I did start keyd and reload it after changes Doing sudo journalctl -u keyd -b shows the location where I have my default.conf (/etc/keyd/default.conf) and properly warns me if I have syntax errors and such sudo keyd monitor also responds
So I then tried something simpler and it still didn't work:
How about deleting the blank line after [ids] and performing systemctl restart keyd?