-
-
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
Hope to support the following special ASCII character input, thank you! #2816
Comments
These keys are handled as text events (see here). Their character differ depending on the charmap/language. Why do you need them as key events? |
In Chinese input, Chinese punctuation cannot be input normally. Qtscrcpy is optimized in this respect. It can input Chinese punctuation normally when inputting Chinese. This is very bad for me who often input text. I hope you can make some optimizations. Thank you! |
Could you test this (very old) branch: |
I downloaded the 1.3 branch, but the -k option does not work. |
There is no binary for this |
Sorry, I don’t know how to build a binary file, can you help me build it, thank you! |
I just found a friend to help me compile, the test result is that the above special ASCII characters can be input, but this branch uses Ctrl+K to switch, this experience is not very good, I hope to add --raw-key-events Or -k option to start by default. |
I hope the 1.12.1 version can add the --raw-key-events or -k function, so that the text input of scrcpy can be perfectly inputted with the mobile input method. If you can do this, it will be great! |
So, definitely, I will re-implement this feature for a future release 👍 I would like to find a way to configure the physical keyboard layout event when the physical keyboard is not connected (programmatically or even manually). |
@rom1v Can the --raw-key-events or -k option be added in the next version? I think this feature is what most people need, thank you! |
Probably something similar, yes. If you find a way to configure the physical keyboard layout even when a physical keyboard (or HID) is not connected, that would be great 😉 |
@rom1v Hello, I have many friends who need this function, Can you add --raw-key-events to the next version? and I hope you can release the next version as soon as possible, Thank you. |
I just answered in the previous comment: yes, I'll implement it.
Depends on my free time, I also have other things to implement before a new release. |
Okay, thank you for your contribution. |
My test was incorrect, this is totally false. Physical keyboard layout configuration has no impact on raw key events. Anyway, I implemented the option: #2831. |
The following is the special ASCII character input supported by Qtscrcpy. I hope that scrcpy can also support the following special ASCII character input. I am not good at C language, so come to ask for help, thank you!
The text was updated successfully, but these errors were encountered: