Project

General

Profile

Actions

Feature #449

open

Keyboard shortcuts

Added by Motohiro Takayama over 16 years ago. Updated over 3 years ago.

Status:
Reopened
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
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

Related to Redmine - Feature #6846: Add VIM-like keyboard shortcutsNew2010-11-08

Actions
Related to Redmine - Defect #7878: Most keyboard shortcuts don't work on OS XClosed2011-03-15

Actions
Related to Redmine - Patch #18692: Access keys for previous (p)/next (n) linksClosedJean-Philippe Lang

Actions
Related to Redmine - Feature #27412: Document supported HTML access keysClosed

Actions
Related to Redmine - Patch #28025: Access project jump box with hotkeyNew

Actions
Related to Redmine - Feature #29473: Submit a form with Ctrl+Enter / Command+ReturnClosedGo MAEDA

Actions
Has duplicate Redmine - Feature #27401: Switch from View ticket to Edit Ticket - hit the button E on your keyboardClosed

Actions
Actions #1

Updated by Jean-Philippe Lang over 16 years ago

Added the following accesskeys in r804:
  • e => edit
  • r => preview
  • f => quick search
  • 4 => search

Reopen this request if you have any other proposal.

Actions #2

Updated by Paolo Sulprizio over 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

Actions #3

Updated by Etienne Massip about 13 years ago

  • Category set to UI
Actions #4

Updated by Maxim Borzov about 10 years ago

Up!

Today every modern platforms support hotkeys... All except favorite Redmine.

Actions #5

Updated by Szabolcs Szasz almost 10 years ago

And, generally, for editing/updating stuff:

Ctrl+Enter => Submit

Actions #6

Updated by Go MAEDA about 9 years ago

  • Related to Patch #18692: Access keys for previous (p)/next (n) links added
Actions #7

Updated by Aleksandr Ch about 9 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.

Actions #8

Updated by Aleksandr Ch almost 9 years ago

+ Ctrl+Alt+P: project list select open (use jquery.select2 plugin)

Actions #9

Updated by Aleksandr Ch over 8 years ago

+ "ArrowDown", "ArrowUp", "Space", "Enter" to quickly navigate issues list

Actions #10

Updated by Mischa The Evil over 6 years ago

  • Has duplicate Feature #27401: Switch from View ticket to Edit Ticket - hit the button E on your keyboard added
Actions #11

Updated by Toshi MARUYAMA over 6 years ago

  • Related to Feature #27412: Document supported HTML access keys added
Actions #12

Updated by Go MAEDA about 6 years ago

  • Related to Patch #28025: Access project jump box with hotkey added
Actions #13

Updated by Go MAEDA over 5 years ago

  • Related to Feature #29473: Submit a form with Ctrl+Enter / Command+Return added
Actions #14

Updated by Davide Giacometti about 5 years ago

I have implemented some shortcuts in Redmine Shortcuts Plugin.

Actions #15

Updated by Martin von Wittich over 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.

Actions

Also available in: Atom PDF