Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T20:50:42.000Z (9 months ago)
- Last Synced: 2024-07-16T02:55:01.368Z (4 months ago)
- Topics: remarkable-tablet
- Language: Python
- Size: 993 KB
- Stars: 29
- Watchers: 5
- 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 / Launchers)
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 [email protected]
rekeyboard --key ~/.ssh/remarkable
```