After fresh install on Ubuntu 16.04 I found this will break tab key instantly:
xmodmap -e 'clear Mod4'

----
My goal was to remap Super_L to be additional Alt_L (and not affect tab key at 
all):

This works for me on Ubuntu 16.04 (with xfce):
xmodmap -e 'remove mod4 = Super_L'
xmodmap -e 'remove mod4 = Hyper_L'
xmodmap -e 'keycode 133 = Alt_L'
xmodmap -e 'add mod4 = Super_L Hyper_L'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to