mirror of https://github.com/Genymobile/scrcpy
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:
parent
a5844e198e
commit
14e5439dee
|
@ -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
|
||||
from the computer and appears on the Android device instead.
|
||||
|
||||
Special capture keys, either <kbd>Alt</kbd> or <kbd>Super</kbd>, toggle
|
||||
(disable or enable) the mouse capture. Use one of them to give the control of
|
||||
the mouse back to the computer.
|
||||
The [shortcut mod](shortcuts.md) (either <kbd>Alt</kbd> or <kbd>Super</kbd> by
|
||||
default) toggle (disable or enable) the mouse capture. Use one of them to give
|
||||
the control of the mouse back to the computer.
|
||||
|
||||
|
||||
### UHID
|
||||
|
|
Loading…
Reference in New Issue