A number of games, Emacs, and the terminal make extensive use of the Alt key. Can Unity be configured to respect this key, rather than launching the HUD with it?
A number of games, Emacs, and the terminal make extensive use of the Alt key. Can Unity be configured to respect this key, rather than launching the HUD with it?
Open the System Settings application either by going to
Session Indicator
in Unity panel, or by searching forSystem Settings
using the HUD.Then go to
Keyboard > Shortcuts > Launchers
. You can redefine the HUD key with the Key to show the HUD option. Pressing Backspace will disable the HUD shortcut altogether.If you set it to Alt manually, the setting distinguishes between the left and right Alt key. So if you want to maintain general behaviour and still use Alt combinations, this may be an alternate solution for you.
You can use compizconfig-settings-manager to change the key used to show the HUD.
To install it, run the following command in a terminal:
After installing it, open it (
ccsm
) and go to Ubuntu Unity Plugin.Click on the button for the option Key to show the HUD and a dialog similar to the one shown below will appear.
Click on Grab key combination and press your desired new key combination and press enter. After that, click on OK button and the new key combination will trigger the HUD from now on.
You can configure HUD with help of
gsettings:
To get current key run following command in terminal:
To change key (let Alt+Super) run following command in terminal:
Now when you press only Alt then HUD not shown. But it is configured to shown by Alt+Super!
You can set valid Key-Combination instead of
"['<Alt><Super>']"
.On "Ubuntu 13.04 (raring)" you can execute:
disable HUD: enable/reset HUD ('Alt L'):Well it's Called HUD. The new feature of Unity.
To prevent it from appearing, you can disable its key binding in keyboard shortcuts.
Open system settings by going to
Session Indicator
in Unity panel.In system settings select
Keyboard
. UnderShortcuts
tab, Click on `Key to show the HUD. and press Backspace to disable it. That's it!In Ubuntu 12.04 I changed shortcut for summoning HUD in
System Settings... > Keyboard > Shortcuts > Launchers > Key to show the HUD
.Now my left Alt is happy again :-)
In the system settings, just change the keyboard shortcut for "Key to show the HUD" (under 'Launchers'). As a suggestion, set it to activate when both the alt keys are pressed at the same time, instead of just one. It makes using VMs much less annoying.
Ubuntu 14.04.1: Opening an Emacs Session in which Typing Alt doesn't Open the HUD.
emacs
.Source: An Introduction to the Command Line_ (p.12) on the FLOSS Manuals page.