zenangst / KeyboardCowboy

:keyboard: The missing keyboard shortcut utility for macOS
Other
798 stars 14 forks source link

refactor: update performClick coordinates calculation #545

Closed zenangst closed 4 months ago

zenangst commented 5 months ago

Refactor performClick method to simplify the calculation of mouse coordinates. Set x to window's origin x plus a fixed offset and y to its vertical center. This improves code readability and maintenance.

github-actions[bot] commented 5 months ago

Test: failed ❌ https://github.com/zenangst/KeyboardCowboy/actions/runs/9503188731

@zenangst