mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-09 20:16:40 +01:00
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
!
|
|
! 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
|