-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swedish letters aren't showing up properly while writing #557
Comments
Ubuntu 18.10 with But couldn't paste "Å/å" too |
Unfortunately, that's expected. Android only supports injecting ASCII chars: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-text-input
Some accents are managed via combining diacritical dead key characters. But this does not work correctly with all keyboards: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-accented-characters
Since #542, it will ignore unsupported characters instead of blocking the remaining. |
I have the same problem with the German special characters öäüÖÄÜ. They appear as ¨o¨a¨u and so on. |
Try to use scrcpy v1.9 with shortcut If you want to type in computer and write on device directly. You can refer to ADBKeyBoard or SocketIME. |
ADBKeyBoard works like a charm, thanks! |
Same issue with Norwegian |
Closing as duplicate of #37. |
Please test #1426 (works on Android >= 7). |
Greetings! I've just started using scrcpy and it's a gift from God, honest! Thanks so much for making it!
However, ÅÄÖ/åäö aren't showing up properly while writing.
"Ä/ä" and "Ö/ö" come out as "A/a" and "O/o", respectively
"Å/å" isn't showing at all
Swedish keyboard
Windows 10 Pro N on Windows Insider
Copy pasting a sentence containing ä and ö results in the copied text having a and o instead. å seems to block the copying entirely.
Example messages:
Jag bor i Åkersberga
Vad äter vi ikväll?
Övriga utvecklare är inte lika bra som dig
The text was updated successfully, but these errors were encountered: