X: add Xmodmap to invert Alt_L and Super_L

master
Guillaume Dott 2013-02-03 23:54:02 +01:00
parent 57c1bdb158
commit dd14c04e0c
1 changed files with 5 additions and 0 deletions

5
X/Xmodmap 100644
View File

@ -0,0 +1,5 @@
! Exchange left Alt and left Win
remove mod1 = Alt_L
remove mod4 = Super_L
add mod1 = Super_L
add mod4 = Alt_L