mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-22 02:09:10 +00:00
Add --display-ime-policy option
Add an option to select where the IME should be displayed. Possible values are "local", "fallback" and "hide". PR #5703 <https://github.com/Genymobile/scrcpy/pull/5703> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
986328ff9e
commit
fd8bef68b7
15 changed files with 239 additions and 7 deletions
|
@ -61,3 +61,15 @@ To move them to the main display instead, use:
|
|||
```
|
||||
scrcpy --new-display --no-vd-destroy-content
|
||||
```
|
||||
|
||||
|
||||
## Display IME policy
|
||||
|
||||
By default, the virtual display IME appears on the default display.
|
||||
|
||||
To make it appear on the local display, use `--display-ime-policy=local`:
|
||||
|
||||
```bash
|
||||
scrcpy --display-id=1 --display-ime-policy=local
|
||||
scrcpy --new-display --display-ime-policy=local
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue