Feature #449
openKeyboard shortcuts
0%
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
Updated by Jean-Philippe Lang almost 16 years ago
- e => edit
- r => preview
- f => quick search
- 4 => search
Reopen this request if you have any other proposal.
Updated by Paolo Sulprizio almost 13 years 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
Updated by Maxim Borzov over 9 years ago
Up!
Today every modern platforms support hotkeys... All except favorite Redmine.
Updated by Szabolcs Szasz over 9 years ago
And, generally, for editing/updating stuff:
Ctrl+Enter => Submit
Updated by Go MAEDA almost 9 years ago
- Related to Patch #18692: Access keys for previous (p)/next (n) links added
Updated by Aleksandr Ch over 8 years ago
Some hotkeys (for example: Ctrl+Enter) implemented here: https://github.com/sasha-ch/redmine_hotkeys_js
Bugreports, feature requests and pull requests are welcome.
Updated by Aleksandr Ch over 8 years ago
+ Ctrl+Alt+P: project list select open (use jquery.select2 plugin)
Updated by Aleksandr Ch about 8 years ago
+ "ArrowDown", "ArrowUp", "Space", "Enter" to quickly navigate issues list
Updated by Mischa The Evil almost 6 years ago
- Has duplicate Feature #27401: Switch from View ticket to Edit Ticket - hit the button E on your keyboard added
Updated by Toshi MARUYAMA almost 6 years ago
- Related to Feature #27412: Document supported HTML access keys added
Updated by Go MAEDA over 5 years ago
- Related to Patch #28025: Access project jump box with hotkey added
Updated by Go MAEDA about 5 years ago
- Related to Feature #29473: Submit a form with Ctrl+Enter / Command+Return added
Updated by Davide Giacometti almost 5 years ago
I have implemented some shortcuts in Redmine Shortcuts Plugin.
Updated by Martin von Wittich about 3 years ago
Our helpdesk Zammad has hotkeys for copying the ticket ID along with URL and title which I find extremely useful:
Ctrl+Shift+. copies only the ticket ID (#449)
Ctrl+Shift+.. copies the ticket ID and title (#449: Redmine: Keyboard shortcuts)
Ctrl+Shift+... copies the ticket ID, title and URL (https://www.redmine.org/issues/449 Redmine: Keyboard shortcuts)
We probably send up to a hundred Redmine ticket links in our company chat every day; a way to easily include the project and ticket title seems extremely useful to me.