keyd icon indicating copy to clipboard operation
keyd copied to clipboard

None of the remaps work

Open Ivan-Dujmic opened this issue 4 months ago • 1 comments

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

Ivan-Dujmic avatar Aug 13 '25 21:08 Ivan-Dujmic

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?

tkna91 avatar Aug 18 '25 16:08 tkna91