From dd14c04e0c21d7cb404fd22f4bcdf6155c313205 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Sun, 3 Feb 2013 23:54:02 +0100 Subject: [PATCH] X: add Xmodmap to invert Alt_L and Super_L --- X/Xmodmap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 X/Xmodmap diff --git a/X/Xmodmap b/X/Xmodmap new file mode 100644 index 0000000..15a0296 --- /dev/null +++ b/X/Xmodmap @@ -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