• 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
Name
Last commit
Last update
..
actions.dart Loading commit data...
animated_icons.dart Loading commit data...
card_collection.dart Loading commit data...
color_testing_demo.dart Loading commit data...
drag_and_drop.dart Loading commit data...
focus.dart Loading commit data...
hover.dart Loading commit data...
main.dart Loading commit data...
material_arc.dart Loading commit data...
overlay_geometry.dart Loading commit data...
page_view.dart Loading commit data...
raw_keyboard.dart Loading commit data...
text.dart Loading commit data...