From: Don Armstrong Date: Fri, 28 Apr 2006 09:00:53 +0000 (+0000) Subject: Use the right keys for control and alt X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=073e1d778e8d6ab000a2fbbbfa7421c2def9f61c;p=x_base.git Use the right keys for control and alt --- diff --git a/.xsession_volo b/.xsession_volo index 80ca5b5..748a8a1 100644 --- a/.xsession_volo +++ b/.xsession_volo @@ -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 \