|
How do I get xmodmap to work in LXDE?
As I have a Mac, I'd like to map the cauliflower keys to ctrl, as in GNOME. I created an .xmodmap file, and it was loaded, but the remapping did not work. The xmodmap file is:
keycode 133 = Control_L NoSymbol Control_L
keycode 134 = Control_R NoSymbol Control_R
I got the keycodes from running xmodmap -pke.
So how do I get this to work?
|