From 1f3fae51e76c77cfb4b13b7636febd9a7f064527 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 3 Aug 2021 00:34:53 +0300 Subject: [PATCH] Update mouse.md --- pages/mouse.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/mouse.md b/pages/mouse.md index 892f57bb..5ca65b6d 100644 --- a/pages/mouse.md +++ b/pages/mouse.md @@ -20,6 +20,20 @@ Also currently the relative mouse mode is not supported by [Pi-KVM VNC server](v We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/issues/619). The relative mode is also not supported by mobile browsers. # Enabling the relative mouse on the v2 platform (OTG HID) +### Dual mode +Using dual mouse mode you can switch between the absolute and relative mouse in the `System` menu without reloading. +This is more convenient, but for compatibility reasons it is disabled by default. To enable it, do the following: +* Switch filesystem to RW-mode using command `rw. +* Edit `/etc/kvmd/override.yaml` and add these lines: + ```yaml + kvmd: + hid: + mouse_alt: + device: /boot/kvmd-hid-mouse-alt + ``` +* Perform `reboot`. After that reboot your PC. + +### Single relative mouse * Switch filesystem to RW-mode using command `rw`. * Edit `/etc/kvmd/override.yaml` and add these lines: ```yaml