remaping ctrl+capslock and alt+capslock on ubuntu
- by qtwtetrt
I'm trying to disabled capslock and make the following remaps
ctrl+capslock = capslock
alt+capslock = escape (since my escape key is broken)
right now I'm trying to use xmodmap
i have only the following
keycode 66 = NoSymbol Caps_Lock
this disables capslock and maps shift+capslock to capslock
but what I what is ctrl+capslock instead of shift+capslock
and I have no idea how to map alt+capslock to escape
any help is appreciated, thank you