Projects STRLCPY pikvm Commits 6d6766b7
🤬
  • ■ ■ ■ ■ ■
    docs/mouse.md
    skipped 21 lines
    22 22  We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/issues/619). The relative mode is also not supported by mobile browsers.
    23 23   
    24 24   
    25  -## Relative mouse on v2+ platform (OTG HID)
     25 +## Relative mouse on V2+ platform (OTG HID)
     26 + 
     27 +!!! info
     28 + On PiKVM V4 dual mode is enabled by default. To disable it and enable single mode, set `kvmd/hid/mouse_alt/device` (see below) to empty string:
     29 + 
     30 + ```yaml
     31 + kvmd:
     32 + hid:
     33 + mouse_alt:
     34 + device: ""
     35 + ```
    26 36   
    27 37  ### Dual mode
    28 38   
    skipped 42 lines
    71 81  5. Don't forget to perform `reboot`.
    72 82   
    73 83   
    74  -## Relative mouse on v0 platform (Arduino HID)
     84 +## Relative mouse on V0 platform (Arduino HID)
    75 85   
    76 86  Mode switching for [Arduino HID](arduino_hid.md) can be performed on-the-fly starting with KVMD 2.6 and the corresponding firmware. No additional actions are required.
    77 87   
    skipped 14 lines
Please wait...
Page is in error, reload to recover