chuck icon indicating copy to clipboard operation
chuck copied to clipboard

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

Open nshaheed opened this issue 2 years ago • 0 comments

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

nshaheed avatar Apr 21 '22 18:04 nshaheed