Jacob Bearce

Results 96 comments of Jacob Bearce
trafficstars

I just replaced a Microsoft Sculpt Ergonomic Mouse with a Logitech MX Master 25. Horizontal scrolling works in Chrome, Firefox, Excel, File Explorer, etc., but not in VS Code, Spotify,...

@Dexy2811 honestly, I don't know, it just worked. I'm using Firefox Developer Edition, v73.0b4 (64-bit)

@Dexy2811 I do have Logitech Options installed – just tested again, and it still works. Strangely, it seems to randomly start working in general in Electron apps. No idea why,...

Strangely I've found that scrolling over FileZIlla specifically seems to always fix it for a long period of time. I have idea why that's the case, but I've been using...

Sensitivity doesn't seem to make a difference to me unfortunately

It's seemed improved for me as well, but only in some apps. VS Code has been working pretty consistently, but Spotify still pretty regularly breaks, for example. Although, now that...

@luiguild that's not a good option, because you lose out on all the customization features.

I'm seeing this too. Any news on a fix?

Besides the esc key, in your demos I can't seem to tab to the x button or get out of the modal at all unless I click on the x...

For anyone else coming to this, here's what worked for me: 1. Change rsync task from `gulp.src("./dev/**/*")` to `gulp.src("./dev/")` 2. Set `recursive` to `true` 3. Set `clean` to `true` It's...