-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Add new keyboard input emulation mode based on clipboard #3027
Comments
Note that French characters are properly input via
I already tried: #1426
FYI, on Windows, it will not work while mirroring (while adb is enabled), but it will work with And on macOS, it will work in a future release, there is just a remaining bug in SDL which prevents HID mouse to work properly (libsdl-org/SDL#5340). |
Thank you for your reply! I remember trying |
@rom1v I can't input
|
If you change your Android keyboard, does it work? |
@rom1v Which keyboard would you recommend me to use? I currently use Gboard. |
@rom1v Friendly bump. 🙇♂️ |
I don't know, it should work with Gboard. You could also try OpenBoard or Simple Keyboard (in F-droid). |
Oh, for |
@rom1v Thanks. I can confirm that AirDroid uses paste emulation and I haven't had any issues using it (except that it's commercial and screen streaming is very laggy). What kind of quirks does it have? The main downside of using the HID method (apart from the fact it's not available yet on macOS) is that it requires me to port QWERTY-fr to Android. I'm not sure that configuring custom dead keys is possible at all on Android so this is a significant issue for advanced usage. |
It is available since v1.23: https://github.com/Genymobile/scrcpy/releases/tag/v1.23 |
@rom1v Awesome! I just need to port QWERTY-fr to Android, and it will be mostly okay (without proper dead keys support though). |
Is your feature request related to a problem? Please describe.
I use a custom keyboard layout on my Mac. Some characters are UTF-8 and so I can't input them. This is an inconvenience because these characters are required to type proper French.
Describe the solution you'd like
Add a keyboard emulation that uses the clipboard. You could paste a single character every time I press a key on my keyboard. This would help support all the characters seamlessly.
Describe alternatives you've considered
I can't use
--hid-keyboard
because I'm not running Linux.Additional context
N/A.
The text was updated successfully, but these errors were encountered: