Skip to content

Commit 1d2358e

Browse files
committed
fixed links in readme
1 parent bd3470f commit 1d2358e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The binary will be in `/target/release/inputshare-client.exe`
7070
During the first run the client will generate a config file called `inputshare-client.json`. The config file contains the following options:
7171

7272
* `host_address`: The address of the raspberry pi that runs the sever
73-
* `hotkey`: The hotkey that toggles input between the local and remote pc. The hotkey has two parts: the trigger key which triggers the swap and a variable amount of modifier keys which also have to be pressed for the trigger to work. Supported values: [Possible key codes](#appendix-a:-possible-key-codes).
74-
* `backlist`: All keys included in in this list will be ignored by the client. Supported values: [Possible key codes](#appendix-a:-possible-key-codes).
73+
* `hotkey`: The hotkey that toggles input between the local and remote pc. The hotkey has two parts: the trigger key which triggers the swap and a variable amount of modifier keys which also have to be pressed for the trigger to work. Supported values: [Possible key codes](#appendix-a-possible-key-codes).
74+
* `backlist`: All keys included in in this list will be ignored by the client. Supported values: [Possible key codes](#appendix-a-possible-key-codes).
7575
* `show_network_info`: When set to `true` the client will display the round-trip-time and packet loss to the server. This call also be toggled at runtime by pressing `F1`.
7676
* `network_send_rate`: The number of packets per second that the client will send to the server while transmitting. Higher values mean lower latency and smoother mouse movement while lower values mean less network activity. Note that if the send rate is set to high it will flood the connection and cause massive delays / packet loss.
7777

0 commit comments

Comments
 (0)