Changes between Version 1 and Version 2 of TracAccessibility


Ignore:
Timestamp:
Aug 27, 2007 9:55:31 AM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracAccessibility

    v1 v2  
    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 `<Alt>` key; on a Mac, use the `<ctrl>` 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''Note that when using Internet Explorer on Windows, you need to hit enter after having used the access key.''
     8
     9== Global Access Keys ==
     10
     11 * `1` - WikiStart
     12 * `2` - [wiki:TracTimeline Timeline]
     13 * `3` - [wiki:TracRoadmap Roadmap]
     14 * `4` - [wiki:TracSearch Search]
     15 * `6` - [wiki:TracGuide Trac Guide / Documentation]
     16 * `7` - [wiki:TracTickets New Ticket]
     17 * `9` - [../about About Trac]
     18 * `0` - This page
     19 * `e` - Edit this page
     20 * `f` - Search
     21
    1622
    1723----