diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 11:27:33 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 11:27:33 +0100 |
commit | 4350b747f91ec9d6f775f0315a868e0eaa1b4e7c (patch) | |
tree | 3202c52fb8c9ec68a6cacf886974f33f4ebeb722 /bin/keyboard | |
parent | fe5e311fa9e6b3fa25ccd9ce455032b2e126ca09 (diff) |
Correct bugs xmodmap
Diffstat (limited to 'bin/keyboard')
-rwxr-xr-x | bin/keyboard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keyboard b/bin/keyboard index 3c57c73..5a96bcb 100755 --- a/bin/keyboard +++ b/bin/keyboard @@ -8,7 +8,7 @@ xmodmap -e "add Control = Control_L" # Remap modifiers (Keyboard dependent) xmodmap -e "keycode 94 = Mode_switch" -xmodmap -e 'keycode 108 = Super_L' +# xmodmap -e 'keycode 108 = Super_L' # Remap modifiers (Keyboard independent) xmodmap -e 'keysym space = Super_L' |