Defined in: format.ts:171
Options for formatting a single key for debugging display.
optional platform: "mac" | "windows" | "linux";
Defined in: format.ts:173
The target platform. Defaults to auto-detection.
optional source: "key" | "code";
Defined in: format.ts:182
Whether the input value comes from event.key or event.code.