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