ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Idea: Microsoft Default Windows Management

(1/1)

Smobu:
Idea: Microsoft Default Windows Management

Right clicking the taskbar in windows allows you to use the "Cascade windows", "Show the windows side by side" and the "Show windows stacked" command. These features are in Vista, but they are similar to Xp's. Is it possible to assign a shortcut key for these two commands for windows Vista? Such as using the ctrl+shift+1 ,ctrl+shift+2,  ctrl+shift+3 or these three items.

skrommel:
 :) Try ArraWin!

Press Ctrl+Shift+1 through 3 to cascade or arrange windows vertically and horizontally

Skrommel


--- ---;ArraWin.ahk
; Press Ctrl+Shift+1 through 3 to cascade or arrange windows vertically and horizontally
;Skrommel @ 2008

;Stolen from SKAN at http://www.autohotkey.com/forum/viewtopic.php?p=84807#84807
^+1::DllCall("CascadeWindows",uInt,0,Int,4,Int,0,Int,0,Int,0) ;Cascade windows
^+2::DllCall("TileWindows",uInt,0,Int,0,Int,0,Int,0,Int,0)    ;Tile windows vertically
^+3::DllCall("TileWindows",uInt,0,Int,1,Int,0,Int,0,Int,0)    ;Tile windows horizontally

Smobu:
Thanks for this, works like a charm. :)

I forgot to mention something. Could you also make ctrl shift 4 to undo the cascade or tile vertically and horizontally?

Navigation

[0] Message Index

Go to full version