Comment 3 for bug 1510501

Revision history for this message
dotancohen (dotancohen) wrote : Re: Swap CapsLock and Escape feature disabled after return from suspend

To clarify, sometimes I'll be in the middle of working and whoops the physical CapsLock key, which I use for Escape, has become CapsLock again.

I have for years used the "Swap CapsLock and Escape" option in KDE, and then when this issue cropped up I disabled that option and started using the following ~/.Xmodmap file instead:

clear Lock
keysym Caps_Lock = Escape
keysym Escape = Caps_Lock
add Lock = Caps_Lock

Both methods are affected by this issue.