summaryrefslogtreecommitdiff
path: root/xmodmap
diff options
context:
space:
mode:
Diffstat (limited to 'xmodmap')
-rwxr-xr-xxmodmap5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmodmap b/xmodmap
index 2c2fd7e..bc855c8 100755
--- a/xmodmap
+++ b/xmodmap
@@ -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'