> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# KeyboardEvent

Represents a keyboard interaction.

(Coming soon)

## Fields

### `key`

The key code of the pressed key.

### `shift`

True if the Shift modifier is active.

### `control`

True if the Control modifier is active.

### `alt`

True if the Alt modifier is active.

### `meta`

True if the Meta (Command/Windows) modifier is active.

### `phase`

The current phase ([KeyPhase](/scripting/api-reference/artboards/key-phase)) of the interaction.
