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

!
! Swap Caps_Lock and Control_L
!
remove control = Control_L
remove mod1 = Alt_L
remove mod4 = Super_L
keysym Control_L = Alt_L
keysym Super_L = Control_L
keysym Alt_L = Super_L
add control = Control_L
add mod1 = Alt_L
add mod4 = Super_L