Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want to disable the Super key, when I press Super nothing should happen.

How can I do that?

share|improve this question
The "Super" key (a.k.a. "Windows" key) acts like a meta key such as Ctrl and Alt. In Unity, it's supposed to open the Launcher. To open the applications menu, use Alt + F1. I've no idea how to disable it though. – Lekensteyn Feb 19 '12 at 12:10

3 Answers

up vote 12 down vote accepted

You can change that in Compiz.

  1. Install the compizconfig-settings-managerInstall compizconfig-settings-manager package.

  2. Hit Alt+F2, type about:config and hit Enter to open the Unity configuration.

  3. Change or disable the shortcut for Key to show the launcher as you like to free your Super key:

    enter image description here

enter image description here

enter image description here

share|improve this answer

Just putting the following lines into your ~/.Xmodmap and then log out and log in Unity again.

keycode 133 = NoSymbol
keycode 134 = NoSymbol
share|improve this answer

Execute the following command and then log in Unity desktop environment again.

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""'
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.