Hey, so I have a CH keyboard layout but am used to the QWERTY. I came across keyd, which many said would solve my problem of wanting to switch the Y and Z key (all the other keys can stay that way). I'm not sure how to configure it. I used Bard to help me, it output this keyd.conf which it said to put in the /etc/keyd folder, which I did but it didn't work out, even after restarting. Can someone help me please? Thanks so much in regard.
Bard's config:
device "default" {
bind_key {
key = "KEY_Z"
symbol = "KEY_Y"
}
bind_key {
key = "KEY_Y"
symbol = "KEY_Z"
}
}