8

I am running VMware with Ubuntu 14.04. The host operating system is Ubuntu 14.04, and the guest is Windows 8.1 Pro. When I briefly press the super key from within VMware, Ubuntu displays the keyboard shortcut overlay, and it does not go away. How do I stop this from happening?

1 Answers1

7

Pressing the Super key invokes the Unity Dash.

Pressing and holding the Super key invokes the keyboard shortcut overlay.

I suspect you are doing the later, based on your description.

Nevertheless, you could change the key used to invoke the Unity Dash using Unity Tweak Tool. This way, VMware will get your key-press signal immediately, when you press Super.

  1. Install Unity Tweak Tool

    sudo apt-get install unity-tweak-tool
    
  2. Launch Unity Tewak Tool.

  3. In the Unity section, select Additional.

  4. Click on <Super> next to Show the launcher.

  5. Select a different key (or key-combination) to invoke the launcher.

Enterprise
  • 12,352
  • I think you have it backwards. He says "when I briefly press the super key". I have this problem too, and it is incredibly annoying. As far as I can tell there is no way to disable it. I am on a Mac and if I "command-tab" to swithc out of VMWare to Mac OS X, it ALWAYS pops up the search bar in Ubuntu so when I go back I have to manually click on the window I was working on. It's enough of a problem to make me delete Ubuntu and go with another distribution. – Mike May 05 '15 at 23:33
  • This worked perfectly for me: Ubuntu 14.04 running VMWare Player with a Windows 7 VM (boo Windows! - contract requirement...) – sage Aug 26 '15 at 00:37
  • (On another laptop, I have decided I prefer the super key behavior in Ubuntu and I'm just limiting the time I spend in the Windows VM by ssh'ing into it...) – sage Sep 21 '15 at 20:34