You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
242 B

  1. !
  2. ! Swap Caps_Lock and Control_L
  3. !
  4. remove control = Control_L
  5. remove mod1 = Alt_L
  6. remove mod4 = Super_L
  7. keysym Control_L = Alt_L
  8. keysym Super_L = Control_L
  9. keysym Alt_L = Super_L
  10. add control = Control_L
  11. add mod1 = Alt_L
  12. add mod4 = Super_L