Feature #6846
Add keyboard shortcuts
| Status: | New | Start date: | 2010-11-08 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | UI | |||
| Target version: | Unplanned | |||
| Resolution: |
Description
It would be very sweet to be able to navigation the issues list from the keyboard.
examples:
j: down
k: up
o: open/view issue
x: select issue (allowing for multiple issue selection)
?: show keyboard shortcut help
I am sure there are more that would be helpful
Related issues
History
#1 Updated by Jean-Philippe Lang over 2 years ago
- Category changed from Issues to UI
- Target version set to Unplanned
#2 Updated by Paolo Sulprizio over 2 years ago
is not related to #449?
#3 Updated by Jean-Philippe Lang over 2 years ago
Paolo Sulprizio wrote:
is not related to #449?
Kind of. But here we're speaking about javascript based shortcuts that do not require using Ctrl/Alt/Shift keys like regular html accesskeys.
#4 Updated by Steve Koppelman about 2 years ago
Shortcuts assigned to unmodified keys would also have the advantage of being likely to work on OS X instead of being overridden by system keybindings. :)
#5 Updated by Austin Smith over 1 year ago
I've implemented these shortcuts in a plugin: https://github.com/netaustin/redmine_keyboard_shortcuts
It still needs testing, but it supports these features and more in Chrome and FF.
#6 Updated by Brian Jacobi over 1 year ago
Anyone test this yet? When we POC'ed Jira, users really liked having the shortcuts available
#7 Updated by Steven Wong about 1 year ago
that's it .i used for firefox.
but it could not support the internet explorer.
Austin Smith wrote:
I've implemented these shortcuts in a plugin: https://github.com/netaustin/redmine_keyboard_shortcuts
It still needs testing, but it supports these features and more in Chrome and FF.