supportedModifierKeys top-level constant

List<LogicalKeyboardKey> const supportedModifierKeys

Implementation

const supportedModifierKeys = [
  ctrlKey,
  ctrlLeftKey,
  ctrlRightKey,

  altKey,
  altLeftKey,
  altRightKey,

  shiftKey,
  shiftLeftKey,
  shiftRightKey,

  metaKey,
];