Trackpad Macro (moves, does not click)

Hello!

The attached macro is intended eventually to disable my Mac’s built-in trackpad (Ignore when bluetooth mouse is present). However, the macro does not click the scroll bar in Accessibility Setting’s (right-hand) pane. The macro does move the cursor to the intended location on the scroll bar.

If I change the coordinates for the macro’s Click command to 0,0, the cursor ends up in the upper left-corner of the Setting’s screen instead.

What do I need to change so that the macro executes the click?

Trackpad Macro (moves, does not click)

31)Trackpad testing.kmmacros (47 KB)

Add a pause action before the final action.

Also, make sure that the vertical value is high enough; on my system, I had to increase it from 506 to (I just guessed!) 1000.

Yes, the pause did the trick; many thanks!

1 Like