> 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/toolbox/incari/on-screenkeyboard/getscreenkeyboardlayout.md).

# Get Screen Keyboard Layout

## Overview

![The Get Screen Keyboard Layout Node.](/files/KcEGQPTSeR6yIFYdKOsQ)

The **Get Screen Keyboard Layout** **Node** outputs the *layout* of an **On-Screen Keyboard**, which has to be given as an input either in the **Input Socket** or the **Attributes**.

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

## Attributes

![The Get Screen Keyboard Layout Node Attributes.](/files/1E3keuuaxHrIGMYIMwtJ)

| Attribute | Type         | Description                                                                                         |
| --------- | ------------ | --------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | **On-Screen Keyboard** whose *layout* you wish to obtain, if none is given in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | **On-Screen Keyboard** whose *layout* you wish to obtain.             |

## 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. |
| `Layout`           | **String** | *Layout* of the **On-Screen Keyboard** received as input.                                                                              |

## See Also

* [**Set Screen Keyboard Layout**](/incari-studio/toolbox/incari/on-screenkeyboard/setscreenkeyboardlayout.md)
