diff options
Diffstat (limited to 'xmodmap')
-rwxr-xr-x | xmodmap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,3 +31,7 @@ xmodmap -e "keycode 47 = s S dollar" 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' |