supportedModifierKeys top-level constant
Implementation
const supportedModifierKeys = [
ctrlKey,
ctrlLeftKey,
ctrlRightKey,
altKey,
altLeftKey,
altRightKey,
shiftKey,
shiftLeftKey,
shiftRightKey,
metaKey,
];
const supportedModifierKeys = [
ctrlKey,
ctrlLeftKey,
ctrlRightKey,
altKey,
altLeftKey,
altRightKey,
shiftKey,
shiftLeftKey,
shiftRightKey,
metaKey,
];