Feature #449
Keyboard shortcuts
| Status: | Reopened | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | - | |||
| Resolution: |
Description
It would be so convinient and productive if redMine supports keyboard shortcuts like Trac or some nifty web apps.
For example, press Ctrl+R to preview, Ctrl+S to submit, Ctrl+/ to enter search text, ...
To support above, we would only need to add "accesskey" attribute to elements (like input, a).
Thanks,
Related issues
History
#1 Updated by Jean-Philippe Lang over 4 years ago
- e => edit
- r => preview
- f => quick search
- 4 => search
Reopen this request if you have any other proposal.
#2 Updated by Paolo Sulprizio over 1 year ago
- Status changed from Closed to Reopened
It would be useful to write in the "title" attribute of every "a" tag with an accesskey a description of the keyboard shortcut, for instance: "Bold (Ctrl+B)".
CTRL+Alt+P => go to projet
In Issue edit:
Ctrl+Alt+S => Focus on Status
Ctrl+Alt+A => Choose file to attach popup (if is possible)
In "Notes" area:
Ctrl+P => pre
Less important:
Ctrl+B => Bold
Ctrl+I => Italic
Ctrl+U => Underline
#3 Updated by Etienne Massip about 1 year ago
- Category set to UI