Skip to main content

ButtonShortcut

interface ButtonShortcut{
flags: KeyFlags[];
key: string;
}

Properties

Parameters

NameTypeDescription
keystringRepresents a single keyboard character in uppercase format (e.g., "A", "B", "C").
flagsKeyFlagsAn array of modifier keys (Shift, Ctrl, etc.) that must be pressed in combination with the main key to trigger the action.