I want to send a mouse click on the place where the caret stands in Keynote editor. Is this possible?
I need this feature because Keynote requires the user to click a link with mouse. There is no keyboard shortcut for jumping to a link in Keynote.
|
I want to send a mouse click on the place where the caret stands in Keynote editor. Is this possible? I need this feature because Keynote requires the user to click a link with mouse. There is no keyboard shortcut for jumping to a link in Keynote. |
|||||
|
|
You can use the built-in variables A_CaretX and A_CaretY:
If you mean the mouse cursor instead of the keyboard caret, you would use this:
There is also ControlClick to send a mouseclick to a specific control (button, field etc.) but you probably don't need that. |
|||
|
|