How can I disable the Windows key from opening the Activities overview?

26,298

Solution 1

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.

Solution 2

  • 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'
    

Solution 3

You can disable it by doing:

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

Solution 4

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".

Share:
26,298

Related videos on Youtube

Thomas Boxley
Author by

Thomas Boxley

Updated on September 18, 2022

Comments

  • Thomas Boxley
    Thomas Boxley over 1 year

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

  • David Poole
    David Poole about 12 years
    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".
  • Ooker
    Ooker about 10 years
    What is the different between 'Meta is mapped to left Win key' and 'Meta is mapped to Wins key'?
  • Nicolas Raoul
    Nicolas Raoul over 7 years
    There is no "Options" button anymore: i.imgur.com/GwquDHf.png And none of the shortcut is just "Super".
  • Nicolas Raoul
    Nicolas Raoul over 7 years
    I don't have a Right Super, so switching the option to Right Super seems to do the trick :-D I will check whether it survives a reboot.
  • taranaki
    taranaki about 7 years
    Such an annoying "feature." This should be the accepted answer as the above settings only exist in Ubuntu, not other distributions of Gnome.
  • Dan
    Dan about 6 years
    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.
  • mook765
    mook765 over 5 years
    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
  • pomsky
    pomsky over 5 years
    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.
  • benzkji
    benzkji almost 4 years
    nice, works without the tweaks tool
  • commadelimited
    commadelimited almost 4 years
    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.
  • Guildenstern
    Guildenstern over 3 years
    “Switching the option to 'Right super' should do the trick.”—What if you have a right-side Windows key as well?
  • Guildenstern
    Guildenstern over 3 years
    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.
  • JinnKo
    JinnKo over 3 years
    This answer is no longer correct. The answer below referring to the gnome-tweak-tool is right.
  • user.dz
    user.dz over 3 years
    @Guildenstern yes that works too.
  • Boson Bear
    Boson Bear about 2 years
    omg you saved my day!