-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I got my remarkable paper pro yesterday and I love it... but I've realized that remarkable_mouse was a huge part of the value proposition of the remarkable 2 for me. I use as a digital whiteboard in lessons and it works great.
I've set up ssh access with the same key that I used for RM2 and it works fine.
when I try to use it as is with the RMPP I get the following error:
[dani@flecha:~] [base] % remouse --debug --key ~/.ssh/remarkable --address 10.11.99.1
Debugging enabled...
Connecting to input '10.11.99.1'
Pen:/dev/input/event2
Touch:/dev/input/event2
Button:/dev/input/event0
Connected to 10.11.99.1
Chose monitor: Monitor(x=0, y=0, width=1680, height=1050, width_mm=None, height_mm=None, name=None, is_primary=True)
Screen size: (4240, 1050)
Chose monitor: Monitor(x=0, y=0, width=1680, height=1050, width_mm=None, height_mm=None, name=None, is_primary=True)
Traceback (most recent call last):
File "/Users/dani/opt/mambaforge/bin/remouse", line 8, in <module>
sys.exit(main())
File "/Users/dani/opt/mambaforge/lib/python3.10/site-packages/remarkable_mouse/remarkable_mouse.py", line 170, in main
read_tablet(
File "/Users/dani/opt/mambaforge/lib/python3.10/site-packages/remarkable_mouse/pynput.py", line 49, in read_tablet
if codes[e_type][e_code] == 'ABS_X':
KeyError: 65392
The KeyError is different in each run. I've gotten 220, 65392, and 29834 so far.
My naive hope is that it would be enough to update the codes.py dictionary... I have some Python experience so maybe I could help.
Metadata
Metadata
Assignees
Labels
No labels