> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/getting-started/tap-studio/press-key-values-of-key-parameter.md).

# Press Key - Values of Key parameter

The table below contains all possible values of the parameter Key from Keyboard type activity, [Press Key](/actions/tap-actions/keyboard/press-key.md).

![](/files/-Mg54PBwP3VGhNRkUzsZ)

| **KEY**  | **Details**                                                                        |
| -------- | ---------------------------------------------------------------------------------- |
| LBUTTON  | Left mouse button                                                                  |
| RBUTTON  | Right mouse button                                                                 |
| MBUTTON  | Middle mouse button (three-button mouse) - NOT contiguous with LBUTTON and RBUTTON |
| BACK     | BackSpace key                                                                      |
| TAB      | TAB                                                                                |
| CLEAR    | CLEAR                                                                              |
| RETURN   | Enter key                                                                          |
| SHIFT    | SHIFT                                                                              |
| CONTROL  | CTRL                                                                               |
| MENU     | Alt key                                                                            |
| PAUSE    | PAUSE                                                                              |
| CAPITAL  | CAPS LOCK key                                                                      |
| ESCAPE   | ESC                                                                                |
| SPACE    | SPACEBAR                                                                           |
| PRIOR    | Page Up key                                                                        |
| NEXT     | Page Down key                                                                      |
| END      | End key                                                                            |
| HOME     | Home key                                                                           |
| LEFT     | Left Arrow key                                                                     |
| UP       | Up Arrow key                                                                       |
| RIGHT    | Right Arrow key                                                                    |
| DOWN     | Down Arrow key                                                                     |
| PRINT    | Print key                                                                          |
| SNAPSHOT | Print Screen key (PrtSc)                                                           |
| INSERT   | Insert key                                                                         |
| DELETE   | Delete key                                                                         |
| VK\_0    | Virtual Key 0                                                                      |
| VK\_1    | Virtual Key 1                                                                      |
| VK\_2    | Virtual Key 2                                                                      |
| VK\_3    | Virtual Key 3                                                                      |
| VK\_4    | Virtual Key 4                                                                      |
| VK\_5    | Virtual Key 5                                                                      |
| VK\_6    | Virtual Key 6                                                                      |
| VK\_7    | Virtual Key 7                                                                      |
| VK\_8    | Virtual Key 8                                                                      |
| VK\_9    | Virtual Key 9                                                                      |
| VK\_A    | Virtual Key A                                                                      |
| VK\_B    | Virtual Key B                                                                      |
| VK\_C    | Virtual Key C                                                                      |
| VK\_D    | Virtual Key D                                                                      |
| VK\_E    | Virtual Key E                                                                      |
| VK\_F    | Virtual Key F                                                                      |
| VK\_G    | Virtual Key G                                                                      |
| VK\_H    | Virtual Key H                                                                      |
| VK\_I    | Virtual Key I                                                                      |
| VK\_J    | Virtual Key J                                                                      |
| VK\_K    | Virtual Key K                                                                      |
| VK\_L    | Virtual Key L                                                                      |
| VK\_M    | Virtual Key M                                                                      |
| VK\_N    | Virtual Key N                                                                      |
| VK\_O    | Virtual Key O                                                                      |
| VK\_P    | Virtual Key P                                                                      |
| VK\_Q    | Virtual Key Q                                                                      |
| VK\_R    | Virtual Key R                                                                      |
| VK\_S    | Virtual Key S                                                                      |
| VK\_T    | Virtual Key T                                                                      |
| VK\_U    | Virtual Key U                                                                      |
| VK\_V    | Virtual Key V                                                                      |
| VK\_W    | Virtual Key W                                                                      |
| VK\_X    | Virtual Key X                                                                      |
| VK\_Y    | Virtual Key Y                                                                      |
| VK\_Z    | Virtual Key Z                                                                      |
| LWIN     | Left Windows key (Microsoft Natural keyboard)                                      |
| RWIN     | Right Windows key (Natural keyboard)                                               |
| APPS     | Applications key (Natural keyboard)                                                |
| NUMPAD0  | Numeric Keypad 0                                                                   |
| NUMPAD1  | Numeric Keypad 1                                                                   |
| NUMPAD2  | Numeric Keypad 2                                                                   |
| NUMPAD3  | Numeric Keypad 3                                                                   |
| NUMPAD4  | Numeric Keypad 4                                                                   |
| NUMPAD5  | Numeric Keypad 5                                                                   |
| NUMPAD6  | Numeric Keypad 6                                                                   |
| NUMPAD7  | Numeric Keypad 7                                                                   |
| NUMPAD8  | Numeric Keypad 8                                                                   |
| NUMPAD9  | Numeric Keypad 9                                                                   |
| MULTIPLY | Multiply Key (\*)                                                                  |
| ADD      | Addition key (+)                                                                   |
| SUBTRACT | Subtract key (-)                                                                   |
| DECIMAL  | Decimal key                                                                        |
| DIVIDE   | Divite key (/)                                                                     |
| F1       | F1                                                                                 |
| F2       | F2                                                                                 |
| F3       | F3                                                                                 |
| F4       | F4                                                                                 |
| F5       | F5                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tailent.com/getting-started/tap-studio/press-key-values-of-key-parameter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
