Modify ↓
Opened 17 years ago
Last modified 10 years ago
#7784 new enhancement
[patch] Configurable accesskeys
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | unscheduled |
| Component: | general | Version: | 0.12dev |
| Severity: | normal | Keywords: | patch consider accessibility |
| Cc: | Ryan J Ollos | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I prepared patch to make accesskey configurable in trac.ini
[mainnav] browser.accesskey = b [metanav] help.accesskey = h
Attachments (1)
Change History (9)
by , 17 years ago
| Attachment: | trac-configurable-accesskey.patch added |
|---|
comment:1 by , 17 years ago
| Summary: | Configurable accesskeys → [patch] Configurable accesskeys |
|---|
comment:2 by , 17 years ago
| Keywords: | consider added |
|---|---|
| Milestone: | → 2.0 |
comment:3 by , 17 years ago
In corporate environment setting same keyboard shortcuts for all users is very important ;-)
comment:5 by , 11 years ago
| Keywords: | accesskey added |
|---|
comment:6 by , 11 years ago
| Keywords: | accessibility added; accesskey removed |
|---|
comment:7 by , 11 years ago
| Cc: | added |
|---|
I think we could support redefining the accesskey in trac.ini, and then later add support for redefining them in preferences.
comment:8 by , 10 years ago
| Keywords: | patch added |
|---|
Note:
See TracTickets
for help on using tickets.



That's typically something which doesn't make sense to configure on the server side, unless you're the only user of your Trac site of course ;-)
That could eventually become a user configurable setting.