• Greg Spencer's avatar
    Adding support for logical and physical key events (#27627) · 431cfdaf
    Greg Spencer authored
    This adds support for logical and physical key information inside of RawKeyEvent. This allows developers to differentiate keys in a platform-agnostic way. They are able to tell the physical location of a key (PhysicalKeyboardKey) and a logical meaning of the key (LogicalKeyboardKey), as well as get notified of the character generated by the keypress. All of which is useful for handling keyboard shortcuts.
    
    This PR builds on the previous PR (#27620) which generated the key code mappings and definitions.
    431cfdaf
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_build Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
analysis_options.yaml Loading commit data...