Opened 13 years ago
Last modified 11 months ago
#16521 assigned New feature
Provide keyboard shortcuts in admin
Reported by: | Ram Rachum | Owned by: | Mike Schem |
---|---|---|---|
Component: | contrib.admin | Version: | 1.3 |
Severity: | Normal | Keywords: | accessibility |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | yes |
Description
Please provide keyboard shortcuts in Django's admin. They could be GMail-style (j and k for going up and down the item lists, / to search, etc.) or anything else, as long as they work.
Change History (5)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 13 years ago
Triage Stage: | Design decision needed → Someday/Maybe |
---|---|
UI/UX: | set |
Marking "someday": I'd love to have this, but in all likelihood it's only going to happen if someone works up a really good patch. If that does happen, please ping django-dev and let us know!
comment:3 by , 12 years ago
Triage Stage: | Someday/Maybe → Accepted |
---|
Given the comments above I think this ticket can be "accepted". Like many accepted tickets, it needs a good patch now, and Selenium tests.
comment:5 by , 11 years ago
Hej, we're working on an app excatly doing that: https://github.com/arteria/django-admin-keyboard-shortcuts
We just started two days ago, ... so more to come.
comment:6 by , 11 months ago
Has patch: | set |
---|---|
Keywords: | accessibility added |
Needs documentation: | set |
Needs tests: | set |
Owner: | changed from | to
Patch needs improvement: | set |
Status: | new → assigned |
Uh, I'm a big fan of Gmail's (or actually VIM's) shortcuts. Good idea, just needs some research of how to implement this properly and for all browsers.