Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse HID is in very different states of usability depending on OS & trackpad vs mouse #218

Open
nshaheed opened this issue Apr 21, 2022 · 0 comments

Comments

@nshaheed
Copy link
Contributor

The mouse HID's behavior is very inconsistent across os's, and none of them appear to have full functionality:

  • osx (mojave)
    trackpad: chuck recognizes trackpad, but does not seem to trigger events in mouse.ck or mouse-abs.ck
    usb mouse: everything seems to work

  • windows
    trackpad: delta in mouse.ck works, mouse-abs.ck only prints out 0s
    usb mouse: delta in mouse.ck works, mouse-abs.ck only prints out 0s

  • linux (fedora 30)
    mouse does not work on linux without run chuck as sudo, it crashes otherwise
    trackpad: chuck recognizes trackpad, but does not seem to trigger events in mouse.ck or mouse-abs.ck
    usb mouse: delta in mouse.ck works, mouse-abs.ck only prints out 0s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant