Jump to content

Recommended Posts

Posted
  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?
Posted
  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...
Posted
  w0uter said:

minimizing is diffent then giving focus to the desktop ;)

What you and Cyberslug suggested both do exactly the same thing.


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

Posted

  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]

Posted

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! ;)

  • 16 years later...
  • Developers
Posted (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 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.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...