|
| 1 | +--- |
| 2 | +layout: docs |
| 3 | +page_title: Keyboard commands reference |
| 4 | +description: |- |
| 5 | + This page contains reference information for the available keyboard shortcut commands in the Nomad web UI. |
| 6 | +--- |
| 7 | + |
| 8 | +# Web UI keyboard commands reference |
| 9 | + |
| 10 | +The Nomad Web UI supports keyboard shortcut commands to help you navigate and |
| 11 | +operate Nomad. You can use keyboard commands to inspect jobs, view logs, |
| 12 | +monitor evaluations, and more. |
| 13 | + |
| 14 | +## Open the shortcuts panel |
| 15 | + |
| 16 | +Type a question mark (`?`) on any web UI page to display the |
| 17 | +**Keyboard Shortcuts** panel. The available shortcuts and their corresponding |
| 18 | +commands are shown in the table below. To use commands with two letters |
| 19 | +separated by a space, type the letters one after the other. |
| 20 | + |
| 21 | +|Shortcut|Keyboard command| |
| 22 | +|---|---| |
| 23 | +|Go to the **Jobs** page|`g j`| |
| 24 | +|Go to the **Storage** page|`g r`| |
| 25 | +|Go to the **Variables** page|`g v`| |
| 26 | +|Go to the **Servers** page|`g s`| |
| 27 | +|Go to the **Clients** page|`g c`| |
| 28 | +|Go to the **Topology** page|`g t`| |
| 29 | +|Go to the **Evaluations** page|`g e`| |
| 30 | +|Go to the **Profile** page|`g p`| |
| 31 | +|Go to the **Administration** page|`g a`| |
| 32 | +|Next Subnav|`Shift + right arrow`| |
| 33 | +|Previous Subnav|`Shift + left arrow`| |
| 34 | +|Previous Main Section|`Shift + up arrow`| |
| 35 | +|Next Main Section|`Shift + down arrow`| |
| 36 | +|Show Keyboard Shortcuts|`?`| |
| 37 | +|Hide Keyboard Shortcuts|`Escape key`| |
| 38 | + |
| 39 | +## Toggle shortcut tooltip hints |
| 40 | + |
| 41 | +Hold the `Shift` key on any page in the web UI to overlay inline tooltip hints. |
| 42 | +Tooltips are contextual and will only show certain hints when applicable. |
| 43 | + |
| 44 | +## Disable shortcuts |
| 45 | + |
| 46 | +1. Open the **Keyboard Shortcuts** panel. |
| 47 | +1. At the bottom of the panel, click on the toggle next to the |
| 48 | +**Keyboard shortcuts enabled** option. |
| 49 | + |
| 50 | +## Re-bind shortcuts |
| 51 | + |
| 52 | +You can re-bind a shortcut with the following steps: |
| 53 | + |
| 54 | +1. Open the **Keyboard Shortcuts** panel. |
| 55 | +1. Click on the key combination next to the shortcut that you want to re-bind. |
| 56 | +1. Type the new key combination. |
| 57 | + |
| 58 | +To reset the key combination, click on the red **reset to default** text next |
| 59 | +to the key combination that you want to reset. |
| 60 | + |
| 61 | +## Traverse lists quickly |
| 62 | + |
| 63 | +The web UI has pages that display a lot of data in list form. To navigate to a |
| 64 | +specific item in the list, hold the `Shift` key and type the corresponding |
| 65 | +number in the tooltip hint next to the item that you want to navigate to. Note |
| 66 | +that items with a single digit require a leading zero (0). |
0 commit comments