Fantastic! Simple as simple can be...
[~/.xsessionrc] <<so now my capsLock is Winkey, and my back-tick key (or 'grave') is Escape.
Obviously, I no longer have a Capslock or a back-tick.
So the next thing Id like to figure out is how to make 'L_alt + capsLock' return 'capsLock' and 'L_alt + back-tick' return 'back-tick'.
I'm a bit sketchy about key/modifier combinations at the moment, but will have to look deeper.
Code:
nano ~/.xsessionrc
Code:
xmodmap -e "clear Lock"xmodmap -e "keycode 66 = Super_L"xmodmap -e "keycode 49 = Escape"
Obviously, I no longer have a Capslock or a back-tick.
So the next thing Id like to figure out is how to make 'L_alt + capsLock' return 'capsLock' and 'L_alt + back-tick' return 'back-tick'.
I'm a bit sketchy about key/modifier combinations at the moment, but will have to look deeper.
Statistics: Posted by audiobabble — 2024-12-05 12:53