-
Notifications
You must be signed in to change notification settings - Fork 2
Input and Gestures
NarYuki edited this page Aug 13, 2026
·
1 revision
Touch movement controls an on-screen pointer. Tap performs a primary click. Scrolling and configured multi-finger actions are translated into input on the virtual display.
Touch coordinates are mapped directly to the virtual display. Experimental multi-touch can forward multiple pointers, but behavior varies between apps and devices.
- Three-finger edge swipe: opens the operation overlay.
- Three-finger tap: operation overlay, orientation toggle, stop, or configured action.
- Two-finger tap: right click, operation overlay, or configured action.
- Long press: drag, right click, operation overlay, or configured action.
The overlay provides cursor/tap mode, volume, brightness, resolution, orientation, application launching, workspace controls, Android-mode restoration, and session stop actions.
Physical input support is limited.
- A mouse supports basic movement, click, hover, and scrolling where the device exposes usable events.
- Extra buttons, relative input, capture, and OEM-specific devices may not behave correctly.
- Basic keyboard input is handled by Android.
- Keyboard shortcuts, IME placement, and routing to a secondary display depend on the OEM desktop implementation.