Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```