Just looking at the key options for the ControlSendKeys function - can we expect the Windows key & the Menu key to be added to the list of supported keys?
Thanks,
James

Code: Select all
# Left windows key - {LWIN}
Ranorex.ControlSendKeys(0, "{LWIN}");
# Right windows key - {RWIN}
Ranorex.ControlSendKeys(0, "{RWIN}");
# Context menu Key - Shift + F10
Ranorex.ControlSendKeys(0, "+{F10}");