54

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

pomsky
  • 68,507
  • 2
    Yes, so annoying, it freezes the whole computer for 10 seconds everytime. I never pressed that key on purpose, but often press it by mistake when using Windows+Something combination keys. – Nicolas Raoul Nov 16 '16 at 07:03

6 Answers6

63
  • 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
  • 68,507
user.dz
  • 48,105
43

You can disable it by doing:

gsettings set org.gnome.mutter overlay-key ""
Mitar
  • 1,892
  • 5
    I find that when the super keypress alone is bound to something, super+whatever combo keypresses are sometimes missed. Removing this binding as explained here seems to fix that. I just set Super+space as an alternative way to bring up the overview. – Shimon Rura Mar 12 '18 at 17:58
  • 1
    nice, works without the tweaks tool – benzkji May 29 '20 at 07:48
  • I haven’t tried all the answers here but it seems that other ones have other effects that might not be desirable (“switch to right-super”, “meta is mapped to left win key”). I’ve wanted to disable this shortcut since I accidentally tap the left super key quite often. Thanks. – Guildenstern Sep 13 '20 at 12:03
  • @ShimonRura For those who aren't familiar with these commands, what did you type to set Super+space as an alternative way to bring up the overview? – krubo Aug 22 '22 at 18:28
  • @krubo I used the settings UI to configure the overlay/overview key. – Shimon Rura Sep 12 '22 at 04:32
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
  • 2
    As an Ubuntu newcomer, it took me a bit to understand what "open gnome-shell" meant. (In Ubuntu 11.10) Click "Dash Home" (default upper right). In the search field, type "keyboard layout". Or open "System Settings", select "Keyboard Layout". – David Poole Mar 27 '12 at 21:13
  • What is the different between 'Meta is mapped to left Win key' and 'Meta is mapped to Wins key'? – Ooker Apr 16 '14 at 16:25
  • 2
    There is no "Options" button anymore: http://i.imgur.com/GwquDHf.png And none of the shortcut is just "Super". – Nicolas Raoul Sep 20 '16 at 09:56
  • This answer is no longer correct. The answer below referring to the gnome-tweak-tool is right. – JinnKo Sep 18 '20 at 08:57
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
  • 68,507
  • THANK YOU THANK YOU! I've been using Linux for a few months and this has been literally JARRING me out of my workflow since I started. In my text editor Ctrl + G opens up a field which lets you type file paths. Until just now I wasn't able to use that. – commadelimited Jul 20 '20 at 19:55
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
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review – mook765 Nov 06 '18 at 07:57
  • 4
    But @mook765 It's not a "link-only" answer per se. This answer suggests using a GNOME extension and provides a link to the extension's homepage, whereas link-only answers are answers that point to somewhere else where there is claimed to be an answer, rather than answering the question itself. – pomsky Nov 07 '18 at 07:17
0

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

Asif
  • 1