diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-06 21:48:53 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-06 21:48:53 +0200 |
commit | 23d5afa1061b71499ac8637402c114a508f3bc62 (patch) | |
tree | ea517c4d1d3eb9e767476a917c79417d93a428c4 /xmodmap | |
parent | ace65061ff7124118d73e592699afffeefeff4e4 (diff) |
Remap -space- to alt
Diffstat (limited to 'xmodmap')
-rwxr-xr-x | xmodmap | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -33,6 +33,9 @@ xmodmap -e "keycode 47 = s S dollar" xcape -e 'Control_L=Escape' xcape -e 'Shift_L=Escape' -# Map alt-gr to alt +# Map alt-gr and space to alt xmodmap -e 'clear mod5' xmodmap -e 'keycode 108 = Alt_L' +xmodmap -e 'keycode 65 = Alt_L' +xmodmap -e 'keycode any = space' +xcape -e 'Alt_L=space' |