Skip to content

TracAccessibility

Jonathan Guyer edited this page Sep 26, 2014 · 1 revision

Accessibility Support in Trac

Not every user has a graphic environment with a mouse or other pointing device. Some users rely on keyboard, alternative keyboard or voice input to navigate links, activate form controls, etc. In Trac, we work to assure users may interact with devices other than a pointing device.

The keyboard shortcuts must be enabled for a session through the Keyboard Shortcuts preferences panel.

Trac supports accessibility keys for the most common operations.

 - on Linux platforms, press any of the keys listed below in combination with the `<Alt>` key 
 - on a Mac, use the `<ctrl>` key instead
 - on Windows, you need to hit `<Shift> + <Alt> + <Key>`. This works for most browsers (Firefox, Chrome, Safari and Internet Explorer)

Global Access Keys

 * `1` - WikiStart
 * `2` - [wiki:TracTimeline Timeline]
 * `3` - [wiki:TracRoadmap Roadmap]
 * `4` - [wiki:TracSearch Search]
 * `6` - [wiki:TracGuide Trac Guide / Documentation]
 * `7` - [wiki:TracTickets New Ticket]
 * `9` - [/about About Trac]
 * `0` - This page
 * `e` - Edit this page
 * `f` - Search

See also: TracGuide
Clone this wiki locally