commandByShortcut abstract method

PluginCommandRef? commandByShortcut(
  1. String shortcut,
  2. Device? device
)

Resolves a command bound to a command-level shortcut key.

Implementation

PluginCommandRef? commandByShortcut(String shortcut, Device? device);