From: Don Armstrong Date: Mon, 12 Jun 2006 08:01:54 +0000 (+0000) Subject: remap the super and multi key to the proper side X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d6e08bef245d925a80689e14bb04312c312afe90;p=x_base.git remap the super and multi key to the proper side --- diff --git a/.xsession b/.xsession index 6255ad4..14d991f 100755 --- a/.xsession +++ b/.xsession @@ -19,8 +19,8 @@ if [ "$HOSTNAME" == "archimedes" ]; then xset r rate 170 40 fi; -xmodmap -e 'keycode 116 = Multi_key' -xmodmap -e 'keycode 115 = Super_L' +xmodmap -e 'keycode 115 = Multi_key' +xmodmap -e 'keycode 116 = Super_L' xmodmap -e 'clear mod4' xmodmap -e 'add mod4 = Super_L' diff --git a/.xsession_volo b/.xsession_volo index 748a8a1..86177ef 100644 --- a/.xsession_volo +++ b/.xsession_volo @@ -6,16 +6,20 @@ 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' +xmodmap - <