• Greg Spencer's avatar
    Add shortcuts and actions for default focus traversal (#40186) · bedf46d0
    Greg Spencer authored
    This adds the default shortcuts and actions for keyboard-based focus traversal of apps.
    
    This list of shortcuts includes shortcuts for TAB, SHIFT TAB, RIGHT_ARROW, LEFT_ARROW, UP_ARROW, DOWN_ARROW, and the four DPAD keys for game controllers (because the DPAD produces arrow key events).
    
    It doesn't yet include functionality for triggering a control (e.g. SPACE, ENTER, or controller buttons), because that involves restructuring some of the Flutter controls to trigger animations differently, and so will be done in another PR (#41220)
    bedf46d0
focus_traversal_test.dart 36.3 KB