macOS Scrolling Bug Still Exists
It'd be great if Logi would actually dig into a macOS bug that has been around for many years, causing the reverse scroll to stop working unless either the computer is restarted or the service is killed using the following command:
!/bin/sh
kill -9 $(ps aux | grep "MacOS/logioptionsplus_agent" | grep -v grep | awk '{print $2}')
1
vote
