Issue with "sendkeys" command not sending the key {'}

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Issue with "sendkeys" command not sending the key {'}

Post by cadu »

Hi,

I'd appreciate help.

I recorded my screen showing the issue https://goo.gl/6hp1vF, which is the "sendkeys" command not sending the key {'}, in the command:

Code: Select all

sendkeys "^{'}"
Actually, if I change {'} for {a}, forming the following command, the "sendkeys" is working:

Code: Select all

sendkeys "^{a}"
So, it just suggests the issue is indeed with the key {'}.
I even inserted the key in XYplorer using a virtual keyboard to avoid mistakes, but no success.
Also, I'm sure there is no internal conflict of shortcut in XYplorer.

Does anyone have idea what is going wrong and how to implement the command properly?

Many thanks,
Carlos_Cadu

highend
Posts: 15003
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Issue with "sendkeys" command not sending the key {'}

Post by highend »

And you did try:

Code: Select all

sendkeys "^'"
?
One of my scripts helped you out? Please donate via Paypal

Post Reply