Descolada / Acc-v2

Acc library for AHK v2
MIT License
40 stars 6 forks source link

Feedback #3

Closed LAPIII closed 1 year ago

LAPIII commented 1 year ago

The .only thing that I don't like about the library is when sending a click the mouse cursor moves. Please consider removing this feature or providing an option to disable it.

Descolada commented 1 year ago

If an element has a default action (eg. a button which can only be clicked), you can use Èlement.DoDefaultAction() instead. Another option is using Element.ControlClick() instead.