Home » Questions » Computers [ Ask a new question ]

Minimizing Window in shortcut -Vista

Minimizing Window in shortcut -Vista

Is there a way to assign a shortcut for Minimizing a window the Alt-Space-n sequence in just one keyboardshortcut?

Asked by: Guest | Views: 284
Total answers/comments: 1
Guest [Entry]

"This script for AutoHotkey defines CTRL+M to minimize the current window:

^m::WinMinimize,A

You can define any hotkey you want by replacing the ""^m"". The codes to use are listed here."