# On On-Screen Keyboard Input Changed

## Overview

![The On On-Screen Keyboard Input Changed Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-a488e44a5ffa3bf443ec6fc017a70ee5384a2994%2Fononscreenkeyboardinputchangedwitheventid.png?alt=media)

The **On On-Screen Keyboard Enter Pressed** **Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when the input of an **On-Screen Keyboard** is changed.

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

## Attributes

![The On On-Screen Keyboard Input Changed Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-8fd422fc17cb25a2e46b96569d2dcd55d2a245a9%2Fononscreenkeyboardinputchangedattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                                              |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **On-Screen Keyboard** in which an input change 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 an input change 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.                                                                                 |
| `Keyboard Input`   | **String**   | The input of 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/2023.2/toolbox/incari/event/unsubscribe.md) to unsubscribe from the **Event**. |

## See Also

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