Page 1 of 1

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

Posted: 03 Jul 2017 19:44
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

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

Posted: 03 Jul 2017 20:15
by highend
And you did try:

Code: Select all

sendkeys "^'"
?