const PUNCTUATION_KEY_DISPLAY_LABELS: object;
Defined in: constants.ts:562
readonly -: "Minus" = 'Minus';
readonly ,: "Comma" = 'Comma';
readonly ;: "Semicolon" = 'Semicolon';
readonly .: "Period" = 'Period';
readonly [: "Left Bracket" = 'Left Bracket';
readonly ]: "Right Bracket" = 'Right Bracket';
readonly \: "Backslash" = 'Backslash';
readonly `: "Backquote" = 'Backquote';
readonly =: "Equal" = 'Equal';