scrcpy: (1.16) (Linux) the "--prefer-text" parameter does not work
To start scrcpy, on linux, I use the following command:
scrcpy -S -b2M -m800 --prefer-text
however, “--prefer-text
” doesn’t work, it’s like I didn’t add it there, so when I want to put an accent, it doesn’t work … for example:
instead of being “ã”, he writes “~ a”. I don’t know if it is a bug or not in this version but this is the first time I use Scrcpy on Linux.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 20
I’m using Linux with “English - International with dead keys” keyboard layout and the
--prefer-text
stopped working in version 1.16 for me too. Everything worked correctly when I was using 1.14, but now the behavior is the same with or without the parameter.'
+e
'
+c
~
+a
^
+e
adb shell input text ç
correctly sendsç
, but every other letter I wrote on the above table doesn’t, unfortunately.