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. |