Paperlined.org
apps > scrcpy
document updated 3 days ago, on Jun 11, 2026

Configuration parameters I like to use

(documentation)

Typical use

--fullscreen Start in fullscreen mode, instead of windowed mode. Press Alt-F to toggle it back.

--mouse-bind=hsbb:n+++ Right click goes HOME. 4th and 5th buttons, my side buttons, go BACK (like they do in the browser). Middle click does APP_SWITCH. Shift-right-click expands the notification panel.

Forward keyboard and mouse only, no video or audio

--no-video

--no-audio

--mouse=uhid The default mouse mode (--mouse=sdk) won't work here — SDK mode uses absolute coordinates, which aren't possible when video isn't being forwarded. The UHID mouse uses relative coordinates, so that's what we'll use.