# Keyboard shortcuts

Appfarm Create supports contextual keyboard shortcuts so that you can quickly navigate and execute common operations.

## Usage

Discover the shortcuts available on a given a page by pressing the `F1` key or selecting **Keyboard Shortcuts** from the top-left menu.

| Shortcut                     | Action                                                                                          | Context                                                                                               |
| ---------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `F1`                         | Show available keyboard shortcuts.                                                              | Everywhere.                                                                                           |
| `Cmd/Ctrl` + `K`             | Launch [Appfarm Commander](https://docs.appfarm.io/reference/appfarm-create/appfarm-commander). | Everywhere.                                                                                           |
| `Option/Alt` + `1, 2, …5`    | Switch to a specific tab.                                                                       | Sections with tabs in the toolbar, for example inside an app or service, or Permissions.              |
| `Cmd/Ctrl` + `E`             | Edit description of selected action node.                                                       | Action nodes in the action editor.                                                                    |
| `Cmd/Ctrl` + `D`             | Duplicate the selected element.                                                                 | UI components, data sources, runtime properties and app variables, actions and action nodes and more. |
| `Cmd/Ctrl` + `C`             | Copy the selected element to the clipboard.                                                     | UI components, runtime properties and app variables, actions and action nodes.                        |
| `Cmd/Ctrl` + `V`             | Paste a copied element from the clipboard.                                                      | UI components, runtime properties and app variables, actions and action nodes.                        |
| `Cmd/Ctrl` + `X`             | Cut the selected element and add it to the clipboard                                            | UI components, runtime properties and app variables, actions and action nodes.                        |
| `Cmd/Ctrl` + `R`             | Rename the selected element.                                                                    | UI components, data sources, actions                                                                  |
| `Cmd/Ctrl` + `Z`             | Undo the most recent operation.                                                                 | See [undo-redo](https://docs.appfarm.io/reference/appfarm-create/undo-redo "mention").                |
| `Cmd/Ctrl` + `/`             | Enable/Disable selected action node.                                                            | Action nodes in the action editor.                                                                    |
| `Cmd/Ctrl` + `Shift` +`Z`    | Redo the most recent operation that was undone.                                                 | See [undo-redo](https://docs.appfarm.io/reference/appfarm-create/undo-redo "mention").                |
| `Cmd + Backspace` / `Delete` | Delete the selected element.                                                                    | UI components, runtime properties and app variables, actions and action nodes.                        |
