Romain Vimont

Results 2060 comments of Romain Vimont

Hi, Thank you for the proposal. Using this method to inject text has drawbacks: https://github.com/Genymobile/scrcpy/pull/1426#issuecomment-633448242 But behind a flag, and only as a fallback, it might be acceptable.

> From my point of view, instead of adding an option that will be removed eventually, Does it work fine for you when you type chinese? One advantage is that...

Please test the new `--hid-keyboard` on `dev` branch. @npes87184 Does IME work perfectly with HID?

To avoid ghost touches, use `scrcpy --turn-screen-offf`. For clicks not working, check https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work

@DrSaad77 https://github.com/Genymobile/scrcpy#turn-screen-off https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#command-line-on-windows

> Add scrcpy argument like --disable-touchscreen Not tested yet, but if it works, we should definitely add this feature. Even with a shortcut to enable/disable it dynamically (like for the...

It can, but the feature could be independent: if my touchscreen is "broken" so that it generates ghost touches, I might want to mirror the device without turning the screen...

@twaik Would you like to work on it and propose a PR?

Probably with the warning `WARN: Device disconnected` in the console: the adb connection is lost. Btw, run in a separate terminal `adb shell` or `adb logcat`, the commands will terminate...