# On On-Screen Keyboard Key Pressed

## Overview

![The On On-Screen Keyboard Key Pressed Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-59e373d4c751d9852791fc80b690d0efd7b73094%2Fononscreenkeyboardkeypressednode20241.png?alt=media)

The **On On-Screen Keyboard Key Pressed Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when any key on the **On-Screen Keyboard** is pressed.

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

## Attributes

![The On On-Screen Keyboard Key Pressed Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-d06b9e4c1b71994189ccc7339fe356a2a5e39209%2Fononscreenkeyboardkeypressedattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                                                      |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The **On-Screen Keyboard** in which the pressing of any key triggers the **Logic Branch**, if none is given in the `Object ID` **Input Socket**. |

### Inputs

| Input           | Type         | Description                                                                                |
| --------------- | ------------ | ------------------------------------------------------------------------------------------ |
| `Object ID`     | **ObjectID** | The **On-Screen Keyboard** in which the pressing of any key triggers the **Logic Branch**. |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**.         |

## Outputs

| Output             | Type         | Description                                                                                                                                                                                                            |
| ------------------ | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution.                                                                                 |
| `Symbol Entered`   | **String**   | The symbol that was clicked on the **On-Screen Keyboard**.                                                                                                                                                             |
| `Object ID`        | **ObjectID** | The **On-Screen Keyboard** received as **Input**.                                                                                                                                                                      |
| `Event ID`         | **ObjectID** | The ID of the current **Event**. This can be connected to the [**Unsubscribe Node**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/incari/event/unsubscribe.md) to unsubscribe from the **Event**. |

## See Also

* [**On On-Screen Keyboard Enter Pressed**](https://docs.incari.com/incari-studio/toolbox/events/on-screenkeyboard/on-onscreen-keyboard-enter-pressed)
* [**On On-Screen Keyboard Input Changed**](https://docs.incari.com/incari-studio/toolbox/events/on-screenkeyboard/on-onscreen-keyboard-input-changed)
* [**On On-Screen Keyboard Arrow Down Pressed**](https://docs.incari.com/incari-studio/toolbox/events/on-screenkeyboard/ononscreenkeyboardarrowdownpressed)
* [**On On-Screen Keyboard Arrow Up Pressed**](https://docs.incari.com/incari-studio/toolbox/events/on-screenkeyboard/ononscreenkeyboardarrowuppressed)
