Always prefer text events by default

This improves text input, but it breaks the expected behavior in games
again: <https://github.com/Genymobile/scrcpy/issues/87>.

To get the previous behavior back, pass an explicit option:

    scrcpy --prefer-text-events=non-alpha
This commit is contained in:
Romain Vimont
2019-11-06 23:21:03 +01:00
parent 44791d6b40
commit 532843d856
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ Possible \fImode\fRs are "always" (every text is sent as text), "non-alpha"
(only letters are sent as a sequence of key events, other characters are sent
as text) and "never" (every text is sent as a sequence of key events).
Default is "non-alpha".
Default is "always".
.TP
.BI "\-\-push\-target " path