Skip to content

Commit 528ee0a

Browse files
committed
highlighted the first configuration option because it is essential.
1 parent 400280b commit 528ee0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The binary will be in `/target/release/inputshare-client.exe`
6969

7070
During the first run the client will generate a config file called `inputshare-client.json`. The config file contains the following options:
7171

72-
* `host_address`: The address of the raspberry pi that runs the sever
72+
* `host_address` (**Important**): The address of the raspberry pi that runs the sever
7373
* `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).
7474
* `blacklist`: 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`.

0 commit comments

Comments
 (0)