mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-18 10:26:12 +01:00
Update README
This commit is contained in:
parent
ecdb086168
commit
1b99d2011d
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ Run `cargo run certificate-gen -- --help` to see and usage.
|
|||
First, build the project and generate certificates. Client accepts certificates both in PEM and DER formats.
|
||||
You either need to run either of the programs as root or make `/dev/uinput` accessible by the user it runs as.
|
||||
|
||||
By default, the programs reads their config files from /etc/rkvm/{server,client}.toml, this can be changed by passing the path as the first command line parameter.
|
||||
|
||||
The [example](example) directory contains example configurations.
|
||||
|
||||
## Why rkvm and not Barrier/Synergy?
|
||||
|
@ -37,7 +39,6 @@ Regardless, if you want a working and stable solution for crossplatform keyboard
|
|||
|
||||
## Limitations
|
||||
- Only keyboard and relative mouse events work (that is, can be forwarded to clients)
|
||||
- Absolute mouse events (touchpad) doesn't work at all while running in server mode
|
||||
- No Windows or macOS support
|
||||
- No way to disable event forwarding on per user basis
|
||||
|
||||
|
|
Loading…
Reference in a new issue