This article is about using Scrcpy, a free and open-source software that allows users to display and control an Android device from their computer. The article discusses how to make Scrcpy run in full screen mode, toggle between full screen and windo
How can I make Scrcpy run in full screen mode?
To make Scrcpy run in full screen mode, you can use the -f
or --fullscreen
command-line option. This option will cause Scrcpy to enter full screen mode when it starts.
Is there a shortcut to toggle Scrcpy between full screen and windowed mode?
Yes, there is a shortcut to toggle Scrcpy between full screen and windowed mode. The shortcut is Ctrl
+ f
(Windows) or Cmd
+ f
(macOS).
What are the options for configuring Scrcpy to automatically start in full screen mode?
There are two options for configuring Scrcpy to automatically start in full screen mode.
--start-fullscreen
command-line option. This option will cause Scrcpy to start in full screen mode every time it is launched.~/.config/scrcpy/config
on Linux and at %APPDATA%Scrcpyconfig
on Windows. Add the following line to the configuration file:<code>start_in_fullscreen = true</code>
The above is the detailed content of how to full screen scrcpy. For more information, please follow other related articles on the PHP Chinese website!