Improve documentation regarding hotkeys

This commit is contained in:
Martchus 2020-05-24 17:42:55 +02:00
parent 3a50840a59
commit f02c5a5a7a
1 changed files with 4 additions and 7 deletions

View File

@ -184,14 +184,11 @@ Disabling the systemd integration is mainly intended for systems which do not us
Windows and MacOS).
## Hotkeys
To create hotkeys, you can use the same approach as for any other
application. Just make it invoke the `syncthingctl` application with
the arguments for the desired action.
Use the same approach as for launching an arbitrary application via a hotkey. Make it invoke
### Hotkey for web UI
Just add `--webui` to the `syncthingtray` arguments to trigger the web UI.
Syncthing Tray ensures that no second instance will be spawned if it is already
running and just trigger the web UI.
* `syncthingtray --trigger` to show the tray menu.
* `syncthingtray --webui` to show the web UI.
* `syncthingctl [...]` to trigger a particular action. See `syncthingctl -h` for details.
## Download
### Source