# PUNCTUATION_KEY_DISPLAY_LABELS

# Variable: PUNCTUATION\_KEY\_DISPLAY\_LABELS

```ts
const PUNCTUATION_KEY_DISPLAY_LABELS: object;
```

Defined in: [constants.ts:565](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/constants.ts#L565)

## 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';
```
