]> git.donarmstrong.com Git - x_base.git/commitdiff
Use the right keys for control and alt
authorDon Armstrong <don@donarmstrong.com>
Fri, 28 Apr 2006 09:00:53 +0000 (09:00 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 28 Apr 2006 09:00:53 +0000 (09:00 +0000)
.xsession_volo

index 80ca5b5f9d65e74fcd023d24765230fbd8b8dcda..748a8a1daff30edf54a6da97eb31f577fc4e073a 100644 (file)
@@ -6,6 +6,17 @@ xset r rate 250 35
 # xmodmap -e 'clear control'
 # xmodmap -e 'add control = Control_L'
 # xmodmap -e 'add mod3 = Control_R'
+xmodmap -e 'clear lock'
+xmodmap -e 'keycode 66 = Control_L'
+xmodmap -e 'add control = Control_L'
+xmodmap -e 'keycode 62 = Alt_L'
+xmodmap -e 'clear shift'
+xmodmap -e 'add shift = Shift_L'
+xmodmap -e 'keycode 115 = Multi_key'
+xmodmap -e 'keycode 116 = Super_L'
+xmodmap -e 'clear mod4'
+xmodmap -e 'add mod4 = Super_L'
+
 
 if [ -x /usr/bin/synclient ]; then
     synclient RTCornerButton=0 \