galactic_hotkeys_widget library

Classes

GalacticHotkeys<T>
Widget that facilitates the implementation of keyboard shortcuts in Flutter.

Typedefs

GroupsShortcuts<T> = Map<T, List<List<LogicalKeyboardKey>>>
Definition of a map of shortcuts where T is the type of identifier.
ShortcutPressed<T> = dynamic Function(T identifier, List<LogicalKeyboardKey> pressedKeys)
Definition of the callback function for when a shortcut is pressed.