This commit is contained in:
Tom Willemsen 2012-01-29 10:38:21 +01:00
parent a5939d4687
commit 40c0cb2339

View file

@ -1,3 +1,4 @@
! -*- eval: (git-auto-commit-mode 1) -*-
pointer = 3 2 1
!
@ -9,3 +10,13 @@ keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
!
! Swap Shift_L and Super_L
!
remove Shift = Shift_L
remove Mod4 = Super_L
keysym Super_L = Shift_L
keysym Shift_L = Super_L
add Shift = Shift_L
add Mod4 = Super_L