Jacob Windle
Jacob Windle
I'm sorry if this is an easy issue, I'm still pretty new! I saw a note from another issue about using brew to install zstd but that didn't seem to...
Hello from `jwind` in #Clojurians slack channel! I'll take this one on as a first issue
@tonsky when you say `lines` scroll, does this mean one "tick" of the mouse wheel? I looked into the code for Mac/Windows and it seems to be that way
So the "lines" measure is arbitrary on Windows, are we trying to emulate this on X11? I looked into your other commits referencing this issue, seems that Windows is reporting...
Great, thank you for the additional context, if I have any more questions I'll let you know!
I've found how to read that scroll scaling config value: ```objc - (float)getScrollScaling { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; NSString *scrollScaling = [defaults objectForKey:@"com.apple.scrollwheel.scaling"]; // ... } ``` I'm thinking...
If this is actually a problem, and not just my own ignorance, I'm happy to contribute.
Of course, sorry about that. I'll change the calculations!
I promise I haven't forgotten about this! I have a lot of work at my full-time job this week, but when it clears up I will make the changes.
I'll take this for Mac and X11