NUMBER_KEYS

Variable: NUMBER_KEYS

ts
const NUMBER_KEYS: Set<NumberKey>;

Defined in: constants.ts:209

Set of all valid number keys (0-9).

Note: Number keys are affected by Shift (Shift+1 → '!' on US layout), so they're excluded from Shift-based hotkey combinations to avoid layout-dependent behavior.