skafreak_510 Posted October 14, 2005 Posted October 14, 2005 What command do I use to show the desktop?
Paradox Posted October 14, 2005 Posted October 14, 2005 skafreak_510 said: What command do I use to show the desktop?What do you mean? You want to do something similar to the "Show Desktop" quick launch button in WinXP?
w0uter Posted October 14, 2005 Posted October 14, 2005 send #d My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
skafreak_510 Posted October 14, 2005 Author Posted October 14, 2005 I mean 'send ("{LWIN} + D")' but how do I make it so the '+' plus not shift?
Paradox Posted October 14, 2005 Posted October 14, 2005 skafreak_510 said: I mean 'send ("{LWIN} + D")' but how do I make it so the '+' plus not shift?Nah man, w0uter's got the most effective way... send("#d"). For yours to work, it would probably have to be something like send("{LWIN} & D") although i could be wrong...
CyberSlug Posted October 14, 2005 Posted October 14, 2005 WinMinimizeAll() WinMinimizeAllUndo () I win Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
w0uter Posted October 14, 2005 Posted October 14, 2005 minimizing is diffent then giving focus to the desktop My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
BigDod Posted October 14, 2005 Posted October 14, 2005 w0uter said: minimizing is diffent then giving focus to the desktop What you and Cyberslug suggested both do exactly the same thing. Xandy 1 Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
herewasplato Posted October 14, 2005 Posted October 14, 2005 BigDod said: What you and Cyberslug suggested both do exactly the same thing.They only "do exactly the same thing"......if you can get send("#d") to do anything at all.Some users disable "Windows+X hotkeys".WinMinimizeAll() will work on those systems.Using send("#d") might affect your script portability.XP Tweak UI >> Explorer >> settings >> "Enable Windows+X hotkeys"Later.... [size="1"][font="Arial"].[u].[/u][/font][/size]
CyberSlug Posted October 15, 2005 Posted October 15, 2005 w0uter said: minimizing is diffent then giving focus to the desktop My testing indicates that WinMinimizeAll does give focus to the desktop the same way that pressing Win+D or clicking the "Show Desktop.desklink" icon do.(At least on Windows XP SP2.) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
LxP Posted October 15, 2005 Posted October 15, 2005 Mine doesn't -- try having something like a file dialogue open and compare the two results.If I could figure out how to wrap this information into an AutoIt call then I'd win!
LxP Posted October 15, 2005 Posted October 15, 2005 Local $ShellObj = ObjCreate("Shell.Application") $ShellObj.ToggleDesktop()Thanks to herewasplato for a link and Dale for working out the code for me.
WinMonk Posted October 14, 2022 Posted October 14, 2022 Hi, I tried using all these but couldn't navigate to desktop. Can someone help? WinMinimizeAll() Send("{LWIIN}+d") Send("{#}+d"}
Developers Jos Posted October 14, 2022 Developers Posted October 14, 2022 (edited) mmm 16 years old thread .... On 10/14/2022 at 8:08 PM, WinMonk said: Send("{LWIIN}+d") Expand Pretty sure there's a typo in there.... and guess you need to reread the helpfile page. Try this for WindowsKey+d Send("#d") or Send("{LWINDOWN}d{LWINUP}") Edited October 14, 2022 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now