Update the documentation of the input-device-paths configuration array

This commit is contained in:
Smith Dhumbumroong 2023-11-14 01:35:27 +07:00
parent 1f92594bd6
commit d2bf30685f

View file

@ -3,12 +3,14 @@ listen = "0.0.0.0:5258"
switch-keys = ["left-alt", "left-ctrl"] switch-keys = ["left-alt", "left-ctrl"]
certificate = "/etc/rkvm/certificate.pem" certificate = "/etc/rkvm/certificate.pem"
key = "/etc/rkvm/key.pem" key = "/etc/rkvm/key.pem"
# Specify a list of paths to input device event file to register the # Specify a list of absolute paths to input device event file that are
# input devices in the following array, or leave the array emtpy to # to be registered by the server in the following array, or leave the
# register all detected input devices. # array emtpy to register all detected input devices.
# #
# You can find the path to event file of each input device by listing # You can find symlinks that point to event file of each input device
# the contents of `/dev/input/by-id/` folder. # in the `/dev/input/by-id/` folder. These can also be used in the
# following array (make sure to input the absolute path of the
# symlinks).
input-device-paths = [] input-device-paths = []
# This is to prevent malicious clients from connecting to the server. # This is to prevent malicious clients from connecting to the server.