ther0n / UnnaturalScrollWheels

Invert scroll direction for physical scroll wheels while maintaining "Natural" scrolling for trackpads on MacOS
GNU General Public License v3.0
3.3k stars 71 forks source link

make mouse back and forward buttons work #38

Open shalva97 opened 2 years ago

shalva97 commented 2 years ago

all of the Mac apps do not act if I press Back button on my mouse. There is also this app which promises to make it work, but havenot tried it. https://github.com/archagon/sensible-side-buttons

can it be included in your app?

ther0n commented 2 years ago

It could be but it looks like that app is coded in Objective C which I don't know. This app is written in Swift however it's possible to link Objective C code to Swift. The original intention of this app was also to be as simple as possible and I originally wrote it for my own use and decided to share it. Developing features like this would also be a lot of work for functionality I wouldn't personally use. I might be able to create a paid "UnnaturalScrollWheels Pro" (still open source but either you'd have to build it yourself or buy the pro version to get prebuilt .dmg files. I might look into it for a future release if I want a project :).