> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/snomed-ct-user-guides/authoring-user-guide/tips-and-tricks/keyboard-shortcuts.md).

# Keyboard Shortcuts

To help with editing efficiency and convenience (as well as helping to minimize RSI impact associated with extended use of mouse/trackpads) the Authoring Platform supports the use of keyboard shortcuts. Shortcuts are defined so as not to collide with operating system (OS-X and Windows) and web browser (Chrome) provided defaults, and are provided in the context of dashboard navigation, task view navigation/search, task concept editing, and project view navigation.

## In the Dashboard

| Press this (+ means 'with', not the plus key) | To do this                                                                 |
| --------------------------------------------- | -------------------------------------------------------------------------- |
| ?                                             | Show / hide the dashboard context keyboard shortcuts help menu (this list) |
| alt + h                                       | Go to Home - My Tasks                                                      |
| alt + b                                       | Open TS Browser                                                            |
| alt + p                                       | Go to Projects                                                             |
| alt + w                                       | Go to Review Tasks                                                         |
| alt + n                                       | Create a New Task                                                          |
| alt + l                                       | Go to notification link                                                    |
| alt + q                                       | Close all concepts                                                         |

## In a Task

| Press this (+ means 'with', not the plus key) | To do this                                                                                                                                         |
| --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| ?                                             | Show / hide the task context keyboard shortcuts help menu (this list)                                                                              |
| alt + h                                       | Go to Home - My Tasks                                                                                                                              |
| alt + b                                       | Open TS Browser                                                                                                                                    |
| alt + p                                       | Go to Projects                                                                                                                                     |
| alt + w                                       | Go to Review Tasks                                                                                                                                 |
| alt + 1                                       | Go to Taxonomy                                                                                                                                     |
| alt + 2                                       | Go to Search                                                                                                                                       |
| alt + 3                                       | Go to Saved List                                                                                                                                   |
| alt + 4                                       | Go to Review                                                                                                                                       |
| alt + 5                                       | Go to Batch                                                                                                                                        |
| alt + i                                       | Go to Info                                                                                                                                         |
| alt + e                                       | Go to Editing                                                                                                                                      |
| alt + y                                       | Start classification                                                                                                                               |
| alt + v                                       | Start validation                                                                                                                                   |
| alt + n                                       | Create a new concept                                                                                                                               |
| alt + d                                       | Create a new description (in focus concept)                                                                                                        |
| alt + r                                       | Create a new relationship (in focus concept)                                                                                                       |
| alt + g                                       | Create a new role group (in focus concept)                                                                                                         |
| alt + a                                       | Show/hide inactive components                                                                                                                      |
| alt + s                                       | Save (in focus) concept                                                                                                                            |
| alt + x                                       | Close (in focus) concept in edit panel                                                                                                             |
| alt + →                                       | Select next concept                                                                                                                                |
| alt + ←                                       | Select previous concept                                                                                                                            |
| tab                                           | Step through all tab-ordered control elements (including header navigation, menu buttons, context panel actions, concept edit panel form elements) |
| enter                                         | Defocus text field, go to next field in editor                                                                                                     |

## In a Project

| Press this (+ means 'with', not the plus key) | To do this                                                            |
| --------------------------------------------- | --------------------------------------------------------------------- |
| ?                                             | Show / hide the task context keyboard shortcuts help menu (this list) |
| alt + h                                       | Go to Home - My Tasks                                                 |
| alt + b                                       | Open TS Browser                                                       |
| alt + p                                       | Go to Projects                                                        |
| alt + w                                       | Go to Review Tasks                                                    |
| alt + y                                       | Start classification                                                  |
| alt + v                                       | Start validation                                                      |
| alt + l                                       | Go to notification link                                               |

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=AP+UG&#x26;entry.670899847=Keyboard%20Shortcuts" class="button primary">Provide Feedback</a>


---

# 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.snomed.org/snomed-ct-user-guides/authoring-user-guide/tips-and-tricks/keyboard-shortcuts.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.
