aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-09-14 16:32:23 +0800
committerAaron LI <aly@aaronly.me>2017-09-14 16:32:23 +0800
commit98fe0e35d9e80b091cd90cf17dde89f5f6502a5e (patch)
tree30fc39ee1a724a2a47aec81510ad5a7c6692730b
parente70d42cc6cc549e08d653811d35847e2f7a89376 (diff)
downloaddotfiles-98fe0e35d9e80b091cd90cf17dde89f5f6502a5e.tar.bz2
Remove _Xmodmap; use "setxkbmap" instead
-rw-r--r--_Xmodmap19
1 files changed, 0 insertions, 19 deletions
diff --git a/_Xmodmap b/_Xmodmap
deleted file mode 100644
index 9484e3d..0000000
--- a/_Xmodmap
+++ /dev/null
@@ -1,19 +0,0 @@
-!! ~/.Xmodmap
-!!
-!! Custom keymaps
-!!
-!! Aaron LI
-!! 2015/06/15
-!!
-
-!! Swap 'Caps Lock' with 'Left Control'
-!! Reference: http://c2.com/cgi/wiki?RemapCapsLock
-!! Or just use 'setxkbmap -option ctrl:nocaps'
-remove Lock = Caps_Lock
-remove Control = Control_L
-keysym Caps_Lock = Control_L
-!! If don't want a 'Caps Lock' at all, just comment the following *1* line.
-!keysym Control_L = Caps_Lock
-add Control = Control_L
-add Lock = Caps_Lock
-