defaultHotKey property

HotKey get defaultHotKey

Returns the HotKey intended to be used as a default mute/unmute one.

Implementation

static HotKey get defaultHotKey => HotKey(
  key: PhysicalKeyboardKey.keyM,
  modifiers: [HotKeyModifier.alt],
  scope: HotKeyScope.system,
);