I can't for the life of me find where it's specified. Oddly I don’t think I’ve had this problem before in unity. When editing in emacs, the alt+w short-cut is vital and every time I press it I get the "type your command prompt" instead.
2 Answers
Your problem is the alt key. Any combination using it will trigger the HUD. You can use the package compizconfig-settings-manager.
Step 1 : Install compizconfig-settings-manager by running the following command in a terminal:
sudo apt-get install compizconfig-settings-manager
Step 2 : After installing it, open it and go to "Ubuntu Unity Plugin". Click on the button for the option Key to show the HUD.
Step 3 : Click on Grab key combination and press any new key combination and press enter. After that, alt should no longer trigger the HUD.
Also, I believe this has been already explained more clearly :
- 76
- 5
AFAIK, Alt+W is not a shortcut in unity. To get the "Type your command here prompt". You press the Alt button. I think there is a gap in your typing the Alt and W keys. Try pressing them together faster
- 4,285
- 2
- 21
- 30