Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
API Reference
Hotkeys API Reference
Hotkey Sequence API Reference
Key hold & held keys API Reference
Hotkey Recorder API Reference
Hotkey Sequence Recorder API Reference
Normalization & format API Reference
Normalization & format API Reference

PUNCTUATION_KEY_DISPLAY_LABELS

Variable: PUNCTUATION_KEY_DISPLAY_LABELS

ts
const PUNCTUATION_KEY_DISPLAY_LABELS: object;

Defined in: constants.ts:562

Type Declaration

-

ts
readonly -: "Minus" = 'Minus';

,

ts
readonly ,: "Comma" = 'Comma';

;

ts
readonly ;: "Semicolon" = 'Semicolon';

.

ts
readonly .: "Period" = 'Period';

[

ts
readonly [: "Left Bracket" = 'Left Bracket';

]

ts
readonly ]: "Right Bracket" = 'Right Bracket';

\

ts
readonly \: "Backslash" = 'Backslash';

`

ts
readonly `: "Backquote" = 'Backquote';

=

ts
readonly =: "Equal" = 'Equal';