Searched refs:FunctionKey (Results 1 – 3 of 3) sorted by relevance
1096 on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;1107 off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void;1641 export interface FunctionKey { interface
7776 declare enum FunctionKey { enum
15414 keyboardShortcut(value: string | FunctionKey, keys: Array<ModifierKey>, action?: () => void): T;