I made a small CLI app in Kotlin, which changes th...
# multiplatform
g
I made a small CLI app in Kotlin, which changes the amount scrolled by a mouse wheel on MacOS. So if you are coming from Linux and Windows and you hate how scrolling works then this project will help. It is natively compiled for MacOS X64 and works by intercepting and modifying scroll events. https://github.com/shalva97/scroll-kt
K 2