API V3inputButtonShortcutOn this pageButtonShortcut interface ButtonShortcut{ flags: KeyFlags[]; key: string;} Properties ParametersNameTypeDescriptionkeystringRepresents 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.