Feature #27412
closedDocument supported HTML access keys
0%
Description
The access keys supported by Redmine (which are implemented using regular HTML accesskey
attributes requiring the use of Ctrl/Alt/Shift1 keys) are not yet documented. This needs some TLC ;)
- commits implementing the access keys: r804 (#449), r897, r1081 (#481), r13794 (#18692)
- notable related issue(s): #6846
- notable related plugin(s): https://github.com/netaustin/redmine_keyboard_shortcuts
- current (backend) implementation: source:/trunk/lib/redmine/access_keys.rb@17022
- files containing the string 'accesskey(' (frontend implementation): View details...
1 For an overview of keys used to access these access keys in different browsers, see: https://en.wikipedia.org/wiki/Access_key.
Files
Related issues
Updated by Bernhard Rohloff about 7 years ago
I have written a small wiki article for this feature.
Perhaps, this could be seen as a first draft.
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Feature #449: Keyboard shortcuts added
Updated by Go MAEDA almost 7 years ago
Bernhard Rohloff wrote:
I have written a small wiki article for this feature.
Perhaps, this could be seen as a first draft.
Thank you for writing the document! I have added a new page and pasted your work: RedmineKeyboardNavigation
Please feel free to edit pages.
Updated by Bernhard Rohloff almost 7 years ago
Thank you Go MAEDA for adding the new article.
I didn't saw an option to add a new article on the "User Guide" page.
While watching the new page I've realized the breadcrumbs would have shown me the right way.
... *facepalm*
Updated by Mischa The Evil almost 7 years ago
- I am not sure if the '
ALT + SHIFT + Key
' combination works on all platforms (Win, Mac, *Nix); if it doesn't, we should document the respective modifiers for the other platforms too; - edit shortcut is available for documents too;
- previous / next shortcuts are not available for issues queries only; they are also available for:
- all paginations;
- activities;
- calendars;
- gantts;
- repositories/revisions.
Updated by Go MAEDA almost 7 years ago
Mischa The Evil wrote:
- I am not sure if the '
ALT + SHIFT + Key
' combination works on all platforms (Win, Mac, *Nix); if it doesn't, we should document the respective modifiers for the other platforms too;
I looked into the modifier keys of major web browsers about a year ago.
- Chrome for Windows: Alt ("Alt + Shift" for "e" and "f")
- Firefox for Windows: Alt + Shift
- Microsoft Edge: Alt ("Alt + 7" is not available)
- Chrome, Firefox and Safari for macOS: Ctrl + Opt
Updated by Bernhard Rohloff almost 7 years ago
Thank you for your notes. *thumbs up*
I have modified the article and added your changes to it.
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Now we have RedmineKeyboardNavigation page.