..
..
Hi, thanks for your bug report! I think this might be a dupe of #10. Does the problem resolve itself when you run with `sudo`?
> Nope. Same error with sudo. Have you tried giving accesibillity and/or input monitoring rights to your Python install and Terminal? Like so:  (This screen shot is from Catalina,...
I did some digging and I think it might be related to the following issue https://github.com/libusb/hidapi/issues/344, which is related to https://github.com/k-visscher/intellimouse-ctl/issues/10. Please let me know if allowing input monitoring fixes...
@nathansgithub > I've tried intellimouse-ctl on both MacOS and Linux, installed using pip. Setting the permissions and using sudo worked on MacOS, but I'm getting the exact same error on...
@noah-nuebling Cool, I was thinking about dropping the whole Qt GUI / fbs thing and turning it into an cli tool since it's keeping the project back at an ancient...
Happy to inform you there's a CLI/library that installable from [here ](https://pypi.org/project/intellimouse-ctl/)now. I put in an `--json` argument specifically for your use-case, so it outputs JSON. concrete example: ```bash $...
Sorry for my late response. Yeah, I don't think there's a simple way on macOS to get around using `sudo` unfortunately. I believe this issues is caused because the OS...
> We only build `fs-search.linux-arm-gnueabihf.node` at the moment, not musl. > > * https://unpkg.com/browse/@parcel/[email protected]/ > * https://github.com/parcel-bundler/parcel/blob/v2/.github/workflows/nightly-release.yml That's fine, any chance a musl build is coming in the future? I've...