You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can add support input unicode languages such as Chinese, Vietnamese, Indian... and mouse wheel event to scroll.
Also i would like to ask how to send commands like back, home, app sell, capture, volumeup/down, lock screen... individually without having to use adb shell? like pressing the hard keys on the phone.
A little more, is it possible to upgrade to support the latest version of scrcpy server?
The text was updated successfully, but these errors were encountered:
No idea whether I can add support for Chinese, Vietnamese, etc. but I'll try it sometime later.
You can use this SendKeycode function as a reference for how to send android keycodes to scrcpy. It doesn't look like you can send the lock screen or capture screenshot keycodes, but maybe I didn't look hard enough. It could be that scrcpy has some special behavior to emulate those keys, but I haven't found it yet.
thanks for the answer, you should probably check out QTScrcpy, I think they do a pretty good job of emulating hard keys. about mouse wheel to scroll the screen, any idea about it?
The text was updated successfully, but these errors were encountered: