danielgran / apple_scroll_direction

I once searched for a way on how to change the MacOS scroll-direction fast and easy without opening the Settings. The solution can be found here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple change scroll direction programatically

Description

This script changes the scroll direction by an simple bash call. The current Change Strategy is to use an apple script. This may change in the future

Tests passing under:

  • MacOS BigSur 11.6

Usage

Integration Test:

./change_scroll_direction.sh test_integration

Change the direction programmatically

./change_scroll_direction.sh change_scrolling_direction

Tips

You could automate this behavior by subscribing to an system event.

About

I once searched for a way on how to change the MacOS scroll-direction fast and easy without opening the Settings. The solution can be found here.


Languages

Language:Shell 72.3%Language:AppleScript 27.7%