56

How can I disable the Windows key (or Super) from showing the GNOME Shell Activities overlay?

pomsky
  • 70,557

6 Answers6

65
  • gnome-tweak-tool > Keyboard and mouse > Switch between overview and desktop offers only 2 options:

    1. Left super, Default
    2. Right super

    enter image description here
    Switching the option to 'Right super' should do the trick.

  • However you may set up custom shortcut using:

    dconf write /org/gnome/mutter/overlay-key "'Alt_R'"
    

    or

    gsettings set org.gnome.mutter overlay-key 'Alt_R'
    
pomsky
  • 70,557
user.dz
  • 49,176
45

You can disable it by doing:

gsettings set org.gnome.mutter overlay-key ""
Mitar
  • 2,062
12

You could try this: Open your gnome-shell, type keyboard layout and open it up. There should be three tabs in this window. Click the one on the right that says "Layouts." Click the "Options" button in the bottom-right corner of the window. You should see a list with the entries preceded by arrows. The third one down says "Alt/Win key behavior." Click this and it will drop down a list of options. The second-to-last option is "Meta is mapped to left Win key." Choose this one, close out the layouts menu, and it should be disabled.

faux-sho
  • 160
3

An update to faux-sho's answer you can now disable it using gnome-tweaks. You will have to install it using the software center.

Open it by searching for "Tweaks", and navigate to Keyboard & Mouse -> Additional Layout Options -> Alt/Win Key behaviour and select "Meta is mapped to Win".

pomsky
  • 70,557
0

Enable the Start Overlay in Application View gnome extension and everything sorted https://extensions.gnome.org/extension/1198/start-overlay-in-application-view/

bmutebi
  • 11
0

Go to System Settings => Keyboard => Layout => "Win" Key Behaviour; Choose the desired option from the drop down list;

Asif
  • 1