aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/user-guide/keyboard-shortcuts.md
blob: e6fa54758c42c145d35446797c73182efa440506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Keyboard Shortcuts
url: /user-guide/keyboard-shortcuts/
---

## Global

| Shortcut | Action          |
| -------- | --------------- |
| `s`      | open search bar |
| `?`      | open help       |

## Issues Page

| Shortcut         | Action                                        |
| ---------------- | --------------------------------------------- |
| `↑` `↓`          | navigate between issues                       |
| `→`              | go from the list of issues to the source code |
| `←`              | return back to the list                       |
| `alt` + `↑` `↓`  | to navigate issue locations                   |
| `alt` + `←` `→`  | to switch flows                               |
| `f`              | do an issue transition                        |
| `a`              | assign issue                                  |
| `m`              | assign issue to the current user              |
| `i`              | change severity of issue                      |
| `c`              | comment issue                                 |
| `ctrl` + `enter` | submit comment                                |
| `t`              | change tags of issue                          |

## Measures Page

| Shortcut | Action                                        |
| -------- | --------------------------------------------- |
| `↑` `↓`  | select files                                  |
| `→`      | open file                                     |
| `←`      | return back to the list                       |
| `j` `k`  | switch between files                          |

## Rules Page

| Shortcut | Action                                        |
| -------- | --------------------------------------------- |
| `↑` `↓`  | navigate between rules                        |
| `→`      | go from the list of rules to the rule details |
| `←`      | return back to the list                       |