# Inputs window


To open the Inputs window in the Unity Editor:

1. Open the [Android Logcat window](android-logcat-window.md).
2. In the [Toolbar](android-logcat-window-reference.md#toolbar), select **Tools** > **Window** > **Inputs**.

![](images/inputswindow.png)

The inputs window is divided into five sections:
* Keyboard keys
* Cursor keys
* Numpad keys
* Miscellaneous keys
* TV keys
* Send text window

**Note:** The key events which are affected by shift modifier are sent using - adb shell input keyevent <key_code> command.

**Note:** The key events which are not affected by shift modifier are sent using - adb shell input text <text> command.

## Keyboard keys

![](images/InputsWindow_Keyboard.png)

Includes letter, number, punctuation, symbol, function, and control keys.

#### Modifiers

You can select **Shift** modifier to send keys as if while holding shift.

## Cursor keys

![](images/InputsWindow_Cursor.png)

Includes navigation keys.

## Numpad keys

![](images/InputsWindow_Numpad.png)

Includes numerical keys.

## Miscellaneous keys

![](images/InputsWindow_Misc.png)

Includes various helper keys for Android:
* Volume keys
* Brightness keys
* System keys:
   * Power
   * Wake Up
   * Camera
   * Call
   * End Call
   * Cut/Copy/Paste
   * Back/Home/Menu

## TV keys
![](images/InputsWindow_TV.png)

Incluse basic TV keys.

## Media
![](images/InputsWindow_Media.png)

Incluse basic Media keys.


## Send text

 ![](images/InputsWindow_SendText.png)

 Provides functionality for send block of text to Android device.