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

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

You can disable it by doing:

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

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.