Edgewall Software

Changes between Version 4 and Version 5 of TracAccessibility


Ignore:
Timestamp:
Sep 4, 2005, 1:48:31 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Point out how access keys are used on common platforms

Legend:

Unmodified
Added
Removed
Modified
  • TracAccessibility

    v4 v5  
    11= Accessibility Support in Trac =
     2
    23Not 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.
    34
    4 Trac supports accessibility keys for the most common operations.
     5Trac supports accessibility keys for the most common operations. On Windows and Linux platforms, press any of the keys listed below in combination with the `<Ctrl>` key; on a Mac, use the `<alt>` key instead.
    56
    6 == Accessibility Keys ==
    7  * 1 - WikiStart
    8  * 2 - Timeline
    9  * 3 - Roadmap
    10  * 4 - Search
    11  * 5 - TracFaq
    12  * 6 - TracGuide / Documentation
    13  * 7 - New Ticket
    14  * 9 - About Trac
    15  * 0 - TracAccessibility
     7== Global Access Keys ==
     8
     9 * `1` - WikiStart
     10 * `2` - [wiki:TracTimeline Timeline]
     11 * `3` - [wiki:TracRoadmap Roadmap]
     12 * `4` - [wiki:TracSearch Search]
     13 * `5` - TracFaq
     14 * `6` - TracGuide / Documentation
     15 * `7` - [wiki:TracTickets New Ticket]
     16 * `9` - About Trac
     17 * `0` - TracAccessibility
    1618
    1719----