/remarkable_keyboard

Use a reMarkable tablet as a wireless mouse and keyboard

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

remarkable_keyboard

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