onShortcutHandler method

bool onShortcutHandler(
  1. KeyEvent event
)

Implementation

bool onShortcutHandler(KeyEvent event) =>
    ShortcutHandler.handleKeyPress(event, _activeFramework);