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
Associated revisions
- e => edit
- r => preview
- f => quick search
- 4 => search
History
#1
Updated by Jean-Philippe Lang over 13 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 about 10 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
#3
Updated by Etienne Massip almost 10 years ago
- Category set to UI
#4
Updated by Maxim Borzov almost 7 years ago
Up!
Today every modern platforms support hotkeys... All except favorite Redmine.
#5
Updated by Szabolcs Szasz over 6 years ago
And, generally, for editing/updating stuff:
Ctrl+Enter => Submit
#6
Updated by Go MAEDA about 6 years ago
- Related to Patch #18692: Access keys for previous (p)/next (n) links added
#7
Updated by Aleksandr Ch almost 6 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.
#8
Updated by Aleksandr Ch over 5 years ago
+ Ctrl+Alt+P: project list select open (use jquery.select2 plugin)
#9
Updated by Aleksandr Ch over 5 years ago
+ "ArrowDown", "ArrowUp", "Space", "Enter" to quickly navigate issues list
#10
Updated by Mischa The Evil about 3 years ago
- Duplicated by Feature #27401: Switch from View ticket to Edit Ticket - hit the button E on your keyboard added
#11
Updated by Toshi MARUYAMA about 3 years ago
- Related to Feature #27412: Document supported HTML access keys added
#12
Updated by Go MAEDA about 3 years ago
- Related to Patch #28025: Access project jump box with hotkey added
#13
Updated by Go MAEDA over 2 years ago
- Related to Feature #29473: Submit a form with Ctrl+Enter / Command+Return added
#14
Updated by Davide Giacometti about 2 years ago
I have implemented some shortcuts in Redmine Shortcuts Plugin.
#15
Updated by Martin von Wittich 5 months 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.