RedmineKeyboardNavigation » History » Version 1
Go MAEDA, 2018-01-20 01:42
Written by Bernhard Rohloff (#27412#note-3)
| 1 | 1 | Go MAEDA | h1. Keyboard Navigation |
|---|---|---|---|
| 2 | |||
| 3 | {{>toc}} |
||
| 4 | |||
| 5 | h2. Accesskeys |
||
| 6 | |||
| 7 | Some functions in Redmine can be accessed by a keyboard shortcut. The shortcuts have to be used as follows: |
||
| 8 | @ALT + SHIFT + Key@ |
||
| 9 | |||
| 10 | |||
| 11 | h3. Creating a new issue |
||
| 12 | |||
| 13 | By using the accesskey **7**, you can create a new issue from everywhere in a project. |
||
| 14 | |||
| 15 | |||
| 16 | h3. Edit an issue, wiki article or news. |
||
| 17 | |||
| 18 | You can edit an issue, wiki article or a new article by using the **e** key. |
||
| 19 | |||
| 20 | |||
| 21 | h3. Update the preview |
||
| 22 | |||
| 23 | If you are in the editor mode, you can easily update the preview by using the **r** key. |
||
| 24 | |||
| 25 | |||
| 26 | h3. Move back and forth through issues |
||
| 27 | |||
| 28 | If you are watching a stack of issues in the issues view, you can use the keys **n** or **p** to switch to the next, or previous issue. |
||
| 29 | |||
| 30 | |||
| 31 | h3. Search in Redmine |
||
| 32 | |||
| 33 | By using the **f** key, your cursor jumps directly into the search field in the top right of the header bar. |
||
| 34 | If you prefer the project search, you can open it with the accesskey **4**. |
||
| 35 | |||
| 36 | |||
| 37 | h3. Overview |
||
| 38 | |||
| 39 | |_. Key |_. Description | |
||
| 40 | |=. 7 | Creates a new issue | |
||
| 41 | |=. n | Jumps to the next issue view in a query | |
||
| 42 | |=. p | Jumps to the previous issue view in a query | |
||
| 43 | |=. e | Jumps into the editor mode. (Issues, wiki, news ) | |
||
| 44 | |=. r | Updates the preview in editor mode | |
||
| 45 | |=. f | Jumps in the global quick search field | |
||
| 46 | |=. 4 | Opens the project search view | |