Changes between Initial Version and Version 1 of TracAccessibility


Ignore:
Timestamp:
Jul 10, 2015, 5:54:04 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracAccessibility

    v1 v1  
     1= Accessibility Support in Trac =
     2
     3Not 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.
     4
     5The keyboard shortcuts must be enabled for a session through the [/prefs/keybindings Keyboard Shortcuts] preferences panel.
     6
     7Trac supports accessibility keys for the most common operations. The access keys differ by browser and the following work for several browsers, but see [http://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers access in different browsers] for more details.
     8 - on Linux platforms, press any of the keys listed below in combination with the `<Alt>` key
     9 - on a Mac, use the `<Ctrl>` + `<Opt>` key instead
     10 - on Windows, you need to hit `<Shift> + <Alt> + <Key>`. This works for most browsers (Firefox, Chrome, Safari and Internet Explorer)
     11
     12== Global Access Keys ==
     13
     14 * `1` - WikiStart
     15 * `2` - [wiki:TracTimeline Timeline]
     16 * `3` - [wiki:TracRoadmap Roadmap]
     17 * `4` - [wiki:TracSearch Search]
     18 * `6` - [wiki:TracGuide Trac Guide / Documentation]
     19 * `7` - [wiki:TracTickets New Ticket]
     20 * `9` - [/about About Trac]
     21 * `0` - This page
     22 * `e` - Edit this page
     23 * `f` - Search
     24
     25
     26----
     27See also: TracGuide