From 77059baa5bbab3b12a077e33f17930f5a9112b1b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 28 Apr 2016 14:39:20 +0100 Subject: Make produce keysym --- bin/bin/keyboard | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/bin/keyboard b/bin/bin/keyboard index 5a96bcb..d00035b 100755 --- a/bin/bin/keyboard +++ b/bin/bin/keyboard @@ -8,11 +8,12 @@ xmodmap -e "add Control = Control_L" # Remap modifiers (Keyboard dependent) xmodmap -e "keycode 94 = Mode_switch" -# xmodmap -e 'keycode 108 = Super_L' # Remap modifiers (Keyboard independent) xmodmap -e 'keysym space = Super_L' xmodmap -e 'keycode any = space' +xmodmap -e "keysym Tab = Alt_L" +xmodmap -e 'keycode any = Tab' # Numbers xmodmap -e "keysym d = d D 0" @@ -34,3 +35,4 @@ killall -9 xcape xcape -e 'Control_L=Escape' xcape -e 'Super_L=space' +xcape -e 'Alt_L=Tab' -- cgit v1.2.3