Search found 2 matches

by bob
Mon Oct 02, 2006 5:26 pm
Forum: Automation API
Topic: Combining keyboard with mouse
Replies: 3
Views: 6007

Thanks for the help. This seems the C code to me, I am using python. What I have tried in python is: app = R.FormGetActive() R.ControlSendKeys(app,"e") R.ControlSendKeys(app,"{SHIFTDOWN}") R.Sleep(1000) R.MouseClick(R.MOUSE_LEFT_BUTTON,1) with import RanorexPython as R However the "e" and mouseclick...
by bob
Sun Oct 01, 2006 4:03 pm
Forum: Automation API
Topic: Combining keyboard with mouse
Replies: 3
Views: 6007

Combining keyboard with mouse

Is it possible to perform something like a mouse click while SHIFT/CONTROL/ALT key is pressed?

Bob