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.

24 lines
533 B

  1. !
  2. ! Swap Caps_Lock and Control_L
  3. !
  4. ! to reset to default: setxkbmap -option
  5. !
  6. remove Lock = Caps_Lock
  7. remove Control = Control_L
  8. ! keysym Control_L = Caps_Lock
  9. keysym Control_L = Mode_switch
  10. keysym Caps_Lock = Control_L
  11. add Lock = Caps_Lock
  12. add Control = Control_L
  13. ! map numbers to more ergonomic position
  14. keycode 29 = y Y 1
  15. keycode 30 = u U 2
  16. keycode 31 = i I 3
  17. keycode 43 = h H 4
  18. keycode 44 = j J 5
  19. keycode 45 = k K 6
  20. keycode 57 = n N 7
  21. keycode 58 = m M 8
  22. keycode 59 = comma semicolon 9
  23. keycode 60 = period colon 0