https://github.com/Evidlo/remarkable_keyboard
Use a reMarkable tablet as a wireless mouse and keyboard
https://github.com/Evidlo/remarkable_keyboard
remarkable-tablet
Last synced: about 1 year ago
JSON representation
Use a reMarkable tablet as a wireless mouse and keyboard
- Host: GitHub
- URL: https://github.com/Evidlo/remarkable_keyboard
- Owner: Evidlo
- License: gpl-3.0
- Created: 2019-03-18T06:52:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T20:50:42.000Z (over 2 years ago)
- Last Synced: 2025-03-19T12:49:20.859Z (about 1 year ago)
- Topics: remarkable-tablet
- Language: Python
- Size: 993 KB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - reMarkable_keyboard - Software to use rM as wireless keyboard/mouse. (Other / Template Builders)
README
# remarkable_keyboard
Use your reMarkable as a wireless mouse and keyboard.
[Demo Video](https://peertube.live/videos/watch/f5f749f1-3ce0-4e0e-9946-b7a23dbef1ac)

# Usage
Copy [this pdf](resources/keyboard.pdf) to your device.
``` bash
pip install remarkable-keyboard
rekeyboard
```
By default, `10.11.99.1` is used as the address.
# Examples
``` bash
# 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
```