I am trying to use SendKey Events to send a context menu to the part of the screen I am on in an application. The application is citrix based. I am trying to use sendkeys because they are so reliable over pointing a mouse at a particular spot. If this isn't possible that'd be great to know also, in the mean time i'll pursue it still best I can.
So far I have tried using the"{+F10}" idea but that just produces the value 9 on screen, and I have tried many variations of this as well like
"<={F10}>=" to simulate pressing shift up and down
"+={F10}"
"++{F10}"
"+{F10}""s"
"+{F10}s"
but all of these result in plaintext being sent across, values like '9','=' or '0' are all I see in these cases. if anyone has any insight that would be appreciated.