# Keyboard shortcuts

You can use the following shortcuts when navigating within SonarQube Cloud:

## Global <a href="#global" id="global"></a>

|              |                 |
| ------------ | --------------- |
| **Shortcut** | **Action**      |
| `/`          | open search bar |
| `?`          | open help       |

## Issue list page <a href="#issues-page" id="issues-page"></a>

|                                                                                         |                           |
| --------------------------------------------------------------------------------------- | ------------------------- |
| **Shortcut**                                                                            | **Action**                |
| `↑``↓`                                                                                  | navigate between issues   |
| `→`                                                                                     | open issue                |
| `←`                                                                                     | return back to the list   |
| `f`                                                                                     | transition between issues |
| `a`                                                                                     | assign issue              |
| `m`                                                                                     | assign issue to me        |
| `c`                                                                                     | comment issue             |
| <p><code>ctrl</code> + <code>enter</code></p><p><code>⌘</code> + <code>enter</code></p> | submit comment            |
| `t`                                                                                     | change tags of issue      |
| `space`                                                                                 | select an issue           |

## Issue details page <a href="#issue-details-page" id="issue-details-page"></a>

|                                                                                         |                                  |
| --------------------------------------------------------------------------------------- | -------------------------------- |
| **Shortcut**                                                                            | **Action**                       |
| `↑``↓`                                                                                  | navigate between issues          |
| `←`                                                                                     | return back to the list          |
| `alt` + `↑↓</code></p><p><code>⌥</code> + <code>↑↓`                                     | to navigate issue locations      |
| `alt` + `←→</code></p><p><code>⌥</code> + <code>←→`                                     | to switch flows                  |
| `f`                                                                                     | transition between issues        |
| `a`                                                                                     | assign issue                     |
| `m`                                                                                     | assign issue to the current user |
| `c`                                                                                     | comment issue                    |
| <p><code>ctrl</code> + <code>enter</code></p><p><code>⌘</code> + <code>enter</code></p> | submit comment                   |
| `t`                                                                                     | change tags of issue             |

## Code page <a href="#code-page" id="code-page"></a>

|              |                         |
| ------------ | ----------------------- |
| **Shortcut** | **Action**              |
| `↑``↓`       | select files            |
| `→`          | open file               |
| `←`          | return back to the list |

## Measures page <a href="#measures-page" id="measures-page"></a>

|              |                         |
| ------------ | ----------------------- |
| **Shortcut** | **Action**              |
| `↑``↓`       | select files            |
| `→`          | open file               |
| `←`          | return back to the list |

## Rules page <a href="#rules-page" id="rules-page"></a>

|              |                         |
| ------------ | ----------------------- |
| **Shortcut** | **Action**              |
| `↑``↓`       | navigate between rules  |
| `→`          | open rule               |
| `←`          | return back to the list |


---

# Agent Instructions: 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:

```
GET https://docs.sonarsource.com/sonarqube-cloud/appendices/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
