# On Key Release

## Overview

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

**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/2023.1/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Attributes

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2023.1/toolbox/events/keyboard/on-key-release.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
