Project

General

Profile

RedmineKeyboardNavigation » History » Version 5

Bernhard Rohloff, 2018-01-22 06:00
Converted the list of key combinations into a table

1 1 Go MAEDA
h1. Keyboard Navigation
2
3
{{>toc}}
4
5
h2. Accesskeys
6
7 4 Bernhard Rohloff
Some functions in Redmine can be accessed by a keyboard shortcut.
8
The shortcuts vary between browsers and operating systems:
9 1 Go MAEDA
10 5 Bernhard Rohloff
|           |_.Windows    |_.macOS     |_.Linux      |_.Comments                                                 |
11
| *Chrome*  | Alt         | Ctrl + Opt | Alt         | Accesskeys 7 and 4 are not available for Windows and Linux |
12
| *Firefox* | Alt + Shift | Ctrl + Opt | Alt + Shift |                                                           |
13
| *Safari*  | --          | Ctrl + Opt | --          |                                                           |
14
| *Edge*    | Alt         | --         | --          | Accesskeys 7 is not available.                            |
15 1 Go MAEDA
16 4 Bernhard Rohloff
17 1 Go MAEDA
h3. Creating a new issue
18
19
By using the accesskey **7**, you can create a new issue from everywhere in a project.
20
21 2 Bernhard Rohloff
h3. Switch to the editor
22 1 Go MAEDA
23 2 Bernhard Rohloff
You can switch to the editor by using the **e** key.
24
The accesskey is available for:
25
* documents
26
* issues
27
* wiki pages
28
* news entries
29 1 Go MAEDA
30
h3. Update the preview
31
32
If you are in the editor mode, you can easily update the preview by using the **r** key.
33 3 Bernhard Rohloff
34 1 Go MAEDA
h3. Moving back and forward
35 3 Bernhard Rohloff
36 1 Go MAEDA
Use the keys **n** (next) or **p** (previous) to switch to move through:
37 3 Bernhard Rohloff
* stacks of issues
38
* lists with pagination
39
* activity pages
40
* month in the calendar view
41
* periods in the gantt view
42
* revisions in the repository
43 1 Go MAEDA
44
45
h3. Search in Redmine
46
47
By using the **f** key, your cursor jumps directly into the search field in the top right of the header bar.
48
If you prefer the project search, you can open it with the accesskey **4**.
49
50
51
h3. Overview
52
53
|_. Key |_. Description                                      |
54
|=. 7   | Creates a new issue                                |
55
|=. n   | Jumps to the next issue view in a query            |
56
|=. p   | Jumps to the previous issue view in a query        |
57
|=. e   | Jumps into the editor mode. (Issues, wiki, news )  |
58
|=. r   | Updates the preview in editor mode                 |
59
|=. f   | Jumps in the global quick search field             |
60
|=. 4   | Opens the project search view                      |