diff options
Diffstat (limited to 'xmodmap')
-rwxr-xr-x | xmodmap | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -29,9 +29,10 @@ xmodmap -e "keycode 32 = r R 9" # Dollars, symbols hard to reach xmodmap -e "keycode 47 = s S dollar" +# Make Control_L and Shift_L work as "Escape" xcape -e 'Control_L=Escape' xcape -e 'Shift_L=Escape' # Map alt-gr to alt -# xmodmap -e 'clear mod5' -# xmodmap -e 'add mod1 = Mode_switch' +xmodmap -e 'clear mod5' +xmodmap -e 'keycode 108 = Alt_L' |