From d210017b008d8e7536e43f8b877e9e882f7cb23f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 31 Jul 2015 16:37:34 +0200 Subject: Map alt-gr to alt --- xmodmap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmodmap') 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' -- cgit v1.2.3