Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Android home/end keyboard shortcut support #168184

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

justinmc
Copy link
Contributor

@justinmc justinmc commented May 1, 2025

This PR adds support for Home and End keyboard shortcuts on Android. It seems like we had mistakenly purposely disabled them on Android before (or maybe native Android recently added support for them?).

In the process I also noticed that Linux was missing home/end+control shortcuts, so I added them. I confirmed that these are supported natively using my Linux machine.

Fixes #168183

@justinmc justinmc self-assigned this May 1, 2025
@github-actions github-actions bot added a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels. labels May 1, 2025
justinmc added 5 commits May 2, 2025 11:26
…s tests.

The shortcuts tests that I wrote only covered Android and Linux, but
this commit expands them to all platforms. I discovered some missing
Linux shortcuts in the process, which when testing my Linux machine
(gedit) seem like they should work.
@justinmc justinmc requested a review from Renzo-Olivares May 2, 2025 20:41
@justinmc justinmc marked this pull request as ready for review May 2, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android does not handle Home and End keyboard shortcuts
1 participant