Skip to content

Android does not handle Home and End keyboard shortcuts #168183

@justinmc

Description

@justinmc

The Home and End keys do nothing on Android Flutter apps. On native Android apps (tested on Keep on a Pixel Tablet running Android 15) the following shortcuts work the same as Flutter handles them on other platforms like Linux:

Shortcut Effect
home/end Move collapsed cursor to start/end of line.
home/end + shift Extend selection to start/end of line.
home/end + control Move collapsed cursor to start/end of field.
home/end + shift + control Extend selection to start/end of field.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions