# WindowKeyboardListenerParams

## Content

# Interface: WindowKeyboardListenerParams

Window keyboard listener handler parameters interface.

## Properties

### alt

```ts
alt: boolean;
```

Indicates Alt key was pressed

***

### ctrl

```ts
ctrl: boolean;
```

Indicates Ctrl key was pressed

***

### shift

```ts
shift: boolean;
```

Indicates Shift key was pressed

***

### space

```ts
space: boolean;
```

Indicates Space key was pressed
