diff options
Diffstat (limited to '_Xmodmap')
-rw-r--r-- | _Xmodmap | 19 |
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 - |