Update mouse documentation about capture key

The mouse capture keys are not hardcoded anymore, they use the
configured shortcut modifiers.

Refs ff9fb5994d
This commit is contained in:
Romain Vimont 2024-10-28 14:52:05 +01:00
commit 14e5439dee

View file

@ -34,9 +34,9 @@ Two modes allow to simulate a physical HID mouse on the device.
In these modes, the computer mouse is "captured": the mouse pointer disappears In these modes, the computer mouse is "captured": the mouse pointer disappears
from the computer and appears on the Android device instead. from the computer and appears on the Android device instead.
Special capture keys, either <kbd>Alt</kbd> or <kbd>Super</kbd>, toggle The [shortcut mod](shortcuts.md) (either <kbd>Alt</kbd> or <kbd>Super</kbd> by
(disable or enable) the mouse capture. Use one of them to give the control of default) toggle (disable or enable) the mouse capture. Use one of them to give
the mouse back to the computer. the control of the mouse back to the computer.
### UHID ### UHID