Evidlo / remarkable_keyboard

Use a reMarkable tablet as a wireless mouse and keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use a reMarkable tablet as a wireless mouse and keyboard

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:Makefile 1.2%