-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
support passing in Home and Ctrl-x keys #555
Labels
Comments
It it will be pretty useful for using termux. |
rom1v
added a commit
that referenced
this issue
May 27, 2019
On pressing Home key on the computer, move the cursor to the beginning of the line instead of going back to the home screen. <https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_HOME> <https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MOVE_HOME> Fixes (part of) <#555>.
Fixed by 5d473ef. |
What do you think about #1446 to solve this problem? |
Fixed by #1598. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I press the
End
key, my cursor jumps to the end of line. But when I press theHome
key, it returns to the home screen instead of jumping to the start of line.Key combinations like Ctrl-sth don't work either.
I suggest adding an option to enable all of this, and make scrcpy-specific keys prefixed by a certain key (e.g. the host key in Virtualbox, or the prefix key in screen / tmux).
Even better, can you emulate the keyboard as a physical keyboard (like physically connected to the phone).
This kind of improvements will make typing in scrcpy easiler because the user will not need to switch between mouse and keyboard that often.
The text was updated successfully, but these errors were encountered: