From 22f5c28204771f6bc493f488f54e8736731076c7 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 4 Nov 2020 00:41:14 +0300 Subject: [PATCH] Update mouse.md --- pages/mouse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/mouse.md b/pages/mouse.md index c619072..71e717e 100644 --- a/pages/mouse.md +++ b/pages/mouse.md @@ -19,7 +19,7 @@ We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/i :exclamation: The relative mode is also not supported by mobile browsers. -# Enabling relative mouse on v2 platform (OTG HID) +# Enabling the relative mouse on the v2 platform (OTG HID) * Switch filesystem to RW-mode using command `rw`. * Edit `/etc/kvmd/override.yaml` and add these lines: ```yaml @@ -39,5 +39,5 @@ We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/i ``` * Don't forget to perform `reboot`. -# Enabling relative mouse on v0 platform (serial HID) +# Enabling the relative mouse on the v0 platform (serial HID) :exclamation: This is not currently supported but will be added in a future release. The reason is that we are working on improving the HID protocol.