# On Key Release

## Overview

![The On Key Release Node.](https://879976444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-41739140%2Fuploads%2Fgit-blob-9928bb85c0377c84c0003cc5f636aa6ae3d4a6b8%2Fnode-on-key-release.png?alt=media)

**On Key Release** is used for triggering logic when a key is released on a computer keyboard.

## Attributes

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

## 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/2.0/toolbox/events)
* [**Keyboard**](https://docs.incari.com/incari-studio/2.0/toolbox/events/keyboard)
* [**On Key Press**](https://docs.incari.com/incari-studio/2.0/toolbox/events/keyboard/on-key-press)
