Page 1 of 1

What is the character for WINDOWS key in XYplorer "sendkeys"?

Posted: 10 Feb 2019 16:27
by cadu
Hi,

I'd appreciate help.
What is the character for Win key in XYplorer "sendkeys"?
For instance, in AutoHotKey the character is #
SnagitEditor_2019-02-10_13-27.png
SnagitEditor_2019-02-10_13-27.png (15.48 KiB) Viewed 590 times
Thank you!
Carlos

Re: What is the character for WINDOWS key in XYplorer "sendkeys"?

Posted: 11 Feb 2019 02:33
by jupe
This is one way: sendkeys "^{Esc}"; depending on what you are trying to do though it may not be suitable, so you may have to outsource that part of your script via command line or find an alternative way to achieve what you are trying to do because the win key isn't supported by VB sendkeys AFAIK.

Re: What is the character for WINDOWS key in XYplorer "sendkeys"?

Posted: 11 Feb 2019 06:49
by bdeshi
https://docs.microsoft.com/en-us/previo ... 9(v=vs.60) As you can see, Windows key is not supported by the sendkeys API. You're better off using external solutions like AutoHotKey.