[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Replacing Caps Lock with Left Control on X



On my laptop (as with many keyboards) the caps lock key is where I would
like the Control key to be. So I tried flipping them by adding the
following to my .Xinitrc. But my keyboard has a "Windows" key where the
left alt key is normally and the left alt key is to the right of it by
the space bar. Does anyone know the name of this Windows key so that I
can make it the Meta key?
          remove mod4 = Meta_L
          remove mod1 = Alt_L
          remove lock = Caps_Lock
          keysym Meta_L = Alt_L
          keysym Alt_L = Meta_L
          add mod4 = Meta_L
          add mod1 = Alt_L
          add control = Caps_Lock

--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.