|
|
@ -22,7 +22,7 @@ By default, `10.11.99.1` is used as the address. Seems to work pretty well wirel |
|
|
|
specify address, monitor, orientation, password |
|
|
|
specify address, monitor, orientation, password |
|
|
|
|
|
|
|
|
|
|
|
``` bash |
|
|
|
``` bash |
|
|
|
remouse --address 192.168.1.1 --orientation right --monitor 1 --password foobar |
|
|
|
remouse --address 192.168.1.1 --orientation right --mode fit --monitor 1 --password foobar |
|
|
|
``` |
|
|
|
``` |
|
|
|
passwordless login |
|
|
|
passwordless login |
|
|
|
|
|
|
|
|
|
|
@ -35,8 +35,9 @@ remouse --key ~/.ssh/remarkable |
|
|
|
# Usage |
|
|
|
# Usage |
|
|
|
|
|
|
|
|
|
|
|
usage: remouse [-h] [--debug] [--key PATH] [--password PASSWORD] |
|
|
|
usage: remouse [-h] [--debug] [--key PATH] [--password PASSWORD] |
|
|
|
[--address ADDRESS] [--orientation {vertical,left,right}] |
|
|
|
[--address ADDRESS] [--mode {fit,fill}] |
|
|
|
[--monitor NUM] [--threshold THRESHOLD] [--evdev] |
|
|
|
[--orientation {top,left,right,bottom}] [--monitor NUM] |
|
|
|
|
|
|
|
[--threshold THRESH] [--evdev] |
|
|
|
|
|
|
|
|
|
|
|
use reMarkable tablet as a mouse input |
|
|
|
use reMarkable tablet as a mouse input |
|
|
|
|
|
|
|
|
|
|
@ -46,9 +47,10 @@ remouse --key ~/.ssh/remarkable |
|
|
|
--key PATH ssh private key |
|
|
|
--key PATH ssh private key |
|
|
|
--password PASSWORD ssh password |
|
|
|
--password PASSWORD ssh password |
|
|
|
--address ADDRESS device address |
|
|
|
--address ADDRESS device address |
|
|
|
--orientation {vertical,left,right} |
|
|
|
--mode {fit,fill} scale setting |
|
|
|
--monitor NUM monitor to use |
|
|
|
--orientation {top,left,right,bottom} |
|
|
|
--threshold THRESHOLD |
|
|
|
position of tablet buttons |
|
|
|
stylus pressure threshold (default 1000) |
|
|
|
--monitor NUM monitor to output to |
|
|
|
--evdev use evdev to support pen tilt (requires root, no OSX |
|
|
|
--threshold THRESH stylus pressure threshold (default 600) |
|
|
|
support) |
|
|
|
--evdev use evdev to support pen pressure (requires root, |
|
|
|
|
|
|
|
Linux only) |
|
|
|