RedmineKeyboardNavigation » History » Revision 1
Revision 1/12
| Next »
Go MAEDA, 2018-01-20 01:42
Written by Bernhard Rohloff (#27412#note-3)
Keyboard Navigation¶
- Table of contents
- Keyboard Navigation
Accesskeys¶
Some functions in Redmine can be accessed by a keyboard shortcut. The shortcuts have to be used as follows:ALT + SHIFT + Key
Creating a new issue¶
By using the accesskey 7, you can create a new issue from everywhere in a project.
Edit an issue, wiki article or news.¶
You can edit an issue, wiki article or a new article by using the e key.
Update the preview¶
If you are in the editor mode, you can easily update the preview by using the r key.
Move back and forth through issues¶
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.
Search in Redmine¶
By using the f key, your cursor jumps directly into the search field in the top right of the header bar.
If you prefer the project search, you can open it with the accesskey 4.
Overview¶
Key | Description |
---|---|
7 | Creates a new issue |
n | Jumps to the next issue view in a query |
p | Jumps to the previous issue view in a query |
e | Jumps into the editor mode. (Issues, wiki, news ) |
r | Updates the preview in editor mode |
f | Jumps in the global quick search field |
4 | Opens the project search view |
Updated by Go MAEDA almost 7 years ago · 1 revisions