ControlClick
Brought to you by:
apnadkarni
There is no equivalent command to ControlClik in autohotkey:
https://autohotkey.com/docs/commands/ControlClick.htm
My intention is to send keys and clicks to a background window or to a control of this window.
Anonymous
Try using send_input to first send a control key keydown event, then a mouse -ldown event followed by mouse -lup and finally control key key up.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
I want to send keystrokes and clicks to a hidden window. This way the workflow of the user is not disturbed.