-
-
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
Request: be able to select text with Shift + Arrow Keys #942
Comments
This allows to select text with Shift + arrow keys. Fixes <#942>.
I implemented forwarding SHIFT, and injecting COPY on Ctrl+c (if Android >= 7, like I do for paste since v1.14). Here is a branch: Unfortunately, there is a bug on Android (at least on my ROM on One Plus 7 Pro). To reproduce:
On my device, it crashes (100% reproducible):
EDIT: reported here: https://issuetracker.google.com/issues/157583090 |
This is fixed in Android 11 🎉 |
Fixed by #1598. |
Bluetooth keyboards can do this when connected to the device.
The text was updated successfully, but these errors were encountered: