Closed severin-lemaignan closed 4 years ago
Have you tried the --evdev
option?
...the --evdev option? I haven't seen any such option in remarkable_mouse.py' ArgumentParser... Have I missed something?
Haha!! I missed the combined
branch! Excellent! Any plan to merge it to master any time soon? (in the meantime, maybe a note in the README
could make it easier to discover!)
I thought it was already merged :o
This is merged and published now.
While
remarkable_mouse
does have access to the pressure information from the tablet, it is not reported to the host operating system, aspynput
does not support it. This is unfortunate, as many graphic applications would benefit a lot of having that information.Maybe one option would be to use a module like
python-uinput
to recreate a fake input device?