added some corrections to bin/statusbar; the xterm font size is
[home.git] / .Xmodmap
blob9edc1d4fb19fcc253b8a0ea08908612a016c41da
1 ! $Id: .Xmodmap,v 1.4 2016/11/30 17:54:41 fste Exp $
3 ! reconfigure the keyboard
6 ! Take control of the Caps_Lock
7 remove Lock = Caps_Lock
8 !keysym Caps_Lock = Control_L
9 ! use the keycode instead of the keysym
10 keycode 66 = Control_L
11 add Control = Control_L
13 ! the old Ctrl key act as Tab
14 keycode 37 = Tab
16 ! the old Tab key act as Escape
17 keycode 23 = Escape