Project

General

Profile

RedmineKeyboardNavigation » History » Version 4

Bernhard Rohloff, 2018-01-20 13:02
added accesskey options for different browsers and operating systems

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