You can send the windows keystrokes in Ranorex the same way, like in the Python SendKeys modul:
Code: click into code to enlarge
# 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}");
Sorry for the missing documentation, we will extend it for the next release.
Jenö Herget
Ranorex Team |