CTRL + Click

Hi.

I would try to identify why the keymodifier is not working, like are you using Simulate Click or Windows Message?

But, there is an alternate way using TypeInto.
TypeInto "[d(rctrl)]"
TypeInto "[u(rctrl)]"
So the “d” peforms a down keypress and keeps it down, then you can use Click. Following you use the “u” for an up keypress to unlock the ctrl key.

4 Likes