how could I re-map the 'Super' (left) key to launch an app? I want to launch Synapse with it, which is far more responsive than the Unity launcher. Cheers.
Asked
Active
Viewed 554 times
2
1 Answers
0
The 'Super' button can be set as an activation key in the configuration file for Synapse.
See Can I change Synapse shortcut to Super/Windows key alone?
xbindkeys
(http://manpages.ubuntu.com/manpages/hardy/man1/xbindkeys.1.html) andxmodmap
(http://manpages.ubuntu.com/manpages/hardy/man1/xmodmap.1.html). – Michael Jan 30 '13 at 18:40xmodmap -e "remove mod4 = Super_L"
might be in order to stop it from being recognized as a modifier. Your point about the OP wanting to unbind the Unity launcher from Super_L is very valid, though and I didn't take it into account. Also you're right about adding complexity typically not being a good thing. – Michael Jan 30 '13 at 20:38.xbindkeyrc
and that didn't work... Could you tell me how you got it working? Also thexmodmap -e "remove mod4 = Super_L"
didn't seem to do anything. I'm very interested in solutions to this question, if you have some time could you have a look at my question about Ubuntu key bindings in general (unanswered)? – Gerhard Burger Jan 30 '13 at 21:02Super_L
didn't work for me either. – Seth Feb 01 '13 at 00:56Super_L
worked after I rebooted. I've never had to reboot to getxbindkeys
working before.. – Seth Feb 01 '13 at 22:57i3
for my window manager, so what I said can not simply be applied to a more "default" Ubuntu desktop. Sorry I couldn't be of more help on this one. – Michael Feb 03 '13 at 15:07