aboutsummaryrefslogtreecommitdiffstats
path: root/.Xmodmap
diff options
context:
space:
mode:
Diffstat (limited to '.Xmodmap')
-rw-r--r--.Xmodmap18
1 files changed, 0 insertions, 18 deletions
diff --git a/.Xmodmap b/.Xmodmap
deleted file mode 100644
index e6e0ef0..0000000
--- a/.Xmodmap
+++ /dev/null
@@ -1,18 +0,0 @@
-!! ~/.Xmodmap
-!!
-!! Custom keymaps
-!!
-!! Aaron LI
-!! 2015/06/15
-!!
-
-!! Swap 'Caps Lock' with 'Left Control'
-!! Reference: http://c2.com/cgi/wiki?RemapCapsLock
-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
-