Feature #6846
openAdd VIM-like keyboard shortcuts
0%
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
Updated by Jean-Philippe Lang about 14 years ago
- Category changed from Issues to UI
- Target version set to Unplanned backlogs
Updated by Jean-Philippe Lang almost 14 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.
Updated by Steve Koppelman over 13 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. :)
Updated by Austin Smith about 13 years 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.
Updated by Brian Jacobi almost 13 years ago
Anyone test this yet? When we POC'ed Jira, users really liked having the shortcuts available
Updated by Steven Wong over 12 years 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.
Updated by Arkhitech - More, Better, Faster! about 11 years ago
+1 for adding this feature. Redmine is missing this key feature which is now becoming quite hot, and time is ticking.
Updated by Szabolcs Szasz over 10 years ago
Would be nice to rename this isse, and the related plugin, to "VIM-like" shortcuts. (Or, better yet (but harder): shift the focus explicitly toward customizable shortcuts.)
Most of those, who also desperately need keyboard shortcuts in general for Redmine, but come (e.g. here, via Google) from all the various other directions than vi, may feel a bit puzzled about why "the" keyboard shortcuts feature of Redmine should mean e.g. "k" for up and "j" for down. ;) Cheers!
Updated by Toshi MARUYAMA over 10 years ago
- Subject changed from Add keyboard shortcuts to Add VIM-like keyboard shortcuts
Updated by Toshi MARUYAMA over 10 years ago
Szabolcs Szasz wrote:
Would be nice to rename this isse, and the related plugin, to "VIM-like" shortcuts.
Done.
Updated by Mischa The Evil about 7 years ago
- Has duplicate Feature #27401: Switch from View ticket to Edit Ticket - hit the button E on your keyboard added