| View previous topic :: View next topic |
| Author |
Message |
automaticman
Joined: 27 Oct 2006 Posts: 322
|
Posted: Sat Jul 05, 2008 9:33 am Post subject: Minimizing Windows (in e.g. Windows XP) |
|
|
How are YOU minimizing windows, e.g. in Windows XP with
1. the mouse (any gestures? which gestures?)
2. the keyboard (any hotkeys? which hotkeys?)
As this is a very fundamental task I am especially trying to find a better way of minimizing windows via the mouse.
For minimizing via keyboard I am using:
| Code: |
; convenience for minimizing the active window
appskey::
{
WinMinimize, A
return
}
|
|
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5816
|
Posted: Sat Jul 19, 2008 6:34 pm Post subject: |
|
|
I click on the taskbar button..  _________________ SKAN - Suresh Kumar A N |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2393
|
Posted: Sat Jul 19, 2008 6:44 pm Post subject: |
|
|
| I don't usually minimize a specific window. I'll either switch applications (mouse on taskbar, alt-tab, win + tab, etc...) or minimize all windows to get to the desktop using a quick launch shortcut. |
|
| Back to top |
|
 |
automaticman
Joined: 27 Oct 2006 Posts: 322
|
Posted: Sun Jul 20, 2008 4:07 am Post subject: Re: Minimizing Windows (in e.g. Windows XP) |
|
|
I have no taskbar.
| automaticman wrote: | ...with
1. the mouse (any gestures? which gestures?)
|
In the meantime I have also mouse gesture solutions:
a) right mouse click.down.left -> minimizes active window
b) right mouse click.down.right -> closes active window = alt-f4 |
|
| Back to top |
|
 |
|