> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/toolbox/events/keyboard/on-key-release.md).

# On Key Release

## Overview

![The On Key Release Node.](/files/WqQy8gLOzfLaKHh28ruJ)

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

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Attributes

![The On Key Release Node Attributes.](/files/q6jT2um1l1akNkuoUtcj)

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