3801
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by MilesAhead on December 07, 2012, 04:41 PM »GroupAdd,ExplorerGroup, ahk_class CabinetWClass
GroupAdd,ExplorerGroup, ahk_class ExploreWClass
#IfWinActive ahk_group ExplorerGroup
; alt winkey p
; 250 sleep is about 1/4 second. adjust up or down as needed on your PC
!#p::
Send,^n
Sleep,250
Send,!{UP}
return
GroupAdd,ExplorerGroup, ahk_class ExploreWClass
#IfWinActive ahk_group ExplorerGroup
; alt winkey p
; 250 sleep is about 1/4 second. adjust up or down as needed on your PC
!#p::
Send,^n
Sleep,250
Send,!{UP}
return

Recent Posts
