const FUNCTION_KEYS: Set<FunctionKey>;
Defined in: constants.ts:228
Set of all valid function keys (F1-F12).
Function keys are commonly used for system shortcuts (e.g., F12 for DevTools, Alt+F4 to close windows) and application-specific commands.