# On Key Release

## Overview

![The On Key Release Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-e8a6c08cdd13a4b6c82f3e55aabb4fcee0ef6722%2Fonkeyreleaseupdaedimage.png?alt=media)

**On Key Release** is an **Event Listener** **Node** used for executing a **Logic Branch** when a key is released on a computer keyboard.

[**Scope**](https://docs.incari.com/incari-studio/2022.2/overview#scopes): **Scene**, **Prefab**.

## Attributes

![The On Key Release Node Attributes.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-6a5a2b73d05a64d9dbd989ddc05c944e242daca4%2Fonkeyreleaseattributes.png?alt=media)

### Event

| Attribute | Type          | Description                             |
| --------- | ------------- | --------------------------------------- |
| `Key`     | **Drop-down** | The key that **Incari** will listen to. |

## Outputs

| Output             | Type      | Description                                                                           |
| ------------------ | --------- | ------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | Moves onto the next part of the **Logic** once the assigned key is released.          |
| `Is Alt`           | **Bool**  | Whether or not the **Alt** key was also pressed when the assigned key was released.   |
| `Is Ctrl`          | **Bool**  | Whether or not the **Ctrl** key was also pressed when the assigned key was released.  |
| `Is Shift`         | **Bool**  | Whether or not the **Shift** key was also pressed when the assigned key was released. |

## See Also

* [**Events**](https://docs.incari.com/incari-studio/2022.2/toolbox/events)
* [**Keyboard**](https://docs.incari.com/incari-studio/2022.2/toolbox/events/keyboard)
* [**On Key Press**](https://docs.incari.com/incari-studio/2022.2/toolbox/events/keyboard/on-key-press)
