Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

In 10.10 that I was using before 12.04 you could use alt+F9 to minimise a window to the task bar. In 12.04 meta+ctrl+ cursor up down maximises and unmaximises a window. If you have a numeric keypad you can use ctrl+alt+0 to minimise to launcher. On my netbook I don't have a numeric keypad and the normal numbers do not work with the above shortcut. How can I minimise windows with a keyboard shortcut?

share|improve this question

3 Answers

Launch keyboard:
enter image description here
Shortcuts, windows, minimize window, click at the right of the bar as indicated
enter image description here
It will toggle to new accelerator. Just press CTL + ALT + 0 not the numpad zero.

Do note that the numpad zero shortcut will no longer work after you do this. Shortcuts now make a distinction between numpad numbers and across the top numbers, although it isn't noted as 'numpad0' in the keyboard wizard.

share|improve this answer

If you wish to continue to use Alt+F9 then you can. For unity* just set to it in system settings > keyboard > shortcuts > windows as seen in the screenshot in aking1012's answer

For gnome-shell you need to set in gsettings, either graphically in dconf-editor as in screen or thru gsettings

gsettings set org.gnome.desktop.wm.keybindings minimize "['<Alt>+F9']"

enter image description here

share|improve this answer
FWIW, in gnome-shell 3.4.1 the proper gsettings keybinding is "['<Alt>F9']" (without the + sign). – orzechowskid Aug 11 '12 at 14:44

i prefer the standard way of doing it instead of fiddling around with adding special hotkeys

alt+space n to minimise alt+space x to maximise /un maximise

this also works in windows

share|improve this answer
alt-space, x to maximize – Call me V Apr 18 '12 at 23:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.