remarkable_keyboard

March 18, 2019 ยท View on GitHub

Use your reMarkable as a wireless mouse and keyboard.

Demo Video

Usage

Copy this pdf to your device.

pip install remarkable-keyboard
rekeyboard

By default, 10.11.99.1 is used as the address.

Examples

# specify address, password (listed under Settings > About)
rekeyboard --address 192.168.1.100 --password PASSWORD

# pubkey login
ssh-keygen -f ~/.ssh/remarkable -N ''
ssh-copy-id -i ~/.ssh/remarkable.pub root@10.11.99.1
rekeyboard --key ~/.ssh/remarkable