76

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

How can I do that?

Jorge Castro
  • 73,717
emeraldhieu
  • 2,420

5 Answers5

72

You can change that in Compiz.

  1. Install compizconfig-settings-manager

    sudo apt-get install compizconfig-settings-manager
    
  2. Hit Alt+F2, type about:config and hit Enter to open the Unity configuration.

    Or run ccsm on the command line.

  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

desgua
  • 33,215
21

In Ubuntu 20.04, running this command works for me:

gsettings set org.gnome.mutter overlay-key ''

From https://ubuntuforums.org/showthread.php?t=2405352

21

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

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""'

In Ubuntu 12.04 and later:

gconftool-2 --set "/apps/compiz-1/plugins/unityshell/screen0/options/show_launcher" --type string ""
11

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

keycode 133 = NoSymbol
keycode 134 = NoSymbol
1

As @user.dz has mentioned here, you can install gnome-tweaks either from Ubuntu Software or apt.

Then, going through Keyboard & Mouse, under Keyboard, you can set Overview Shortcut to Right Super.

It happened to work for me since I almost always use the left Command key on my Mac.