Changes between Version 2 and Version 3 of TracAccessibility


Ignore:
Timestamp:
Aug 13, 2019, 3:52:01 PM (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracAccessibility

    v2 v3  
    1 = Accessibility Support in Trac = 
     1= Accessibility Support in Trac 
    22 
    3 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. 
     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 and activate form controls. In a Trac session, users can use devices other than a pointing device by enabling keyboard shortcuts through the [/prefs/keybindings Keyboard Shortcuts] preferences panel. 
    44 
    5 The keyboard shortcuts must be enabled for a session through the [/prefs/keybindings Keyboard Shortcuts] preferences panel. 
     5Trac supports accessibility keys for the most common operations. The access keys differ by browser and the following work for several browsers: 
     6 - on Linux platforms, press any of the keys listed below in combination with the `<Alt>` key 
     7 - on a Mac, use the `<Ctrl>` + `<Opt>` key instead 
     8 - on Windows, you need to hit `<Shift> + <Alt> + <Key>`. This works for the most common browsers, such as Firefox, Chrome, Safari and Internet Explorer 
    69 
    7 Trac supports accessibility keys for the most common operations. 
    8  - on Linux platforms, press any of the keys listed below in combination with the `<Alt>` key  
    9  - on a Mac, use the `<ctrl>` key instead 
    10  - on Windows, you need to hit `<Shift> + <Alt> + <Key>`. This works for most browsers (Firefox, Chrome, Safari and Internet Explorer) 
     10Also see [wikipedia:Access_key#Access_in_different_browsers access in different browsers] for more details. 
    1111 
    12 == Global Access Keys == 
     12== Global Access Keys 
    1313 
    1414 * `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] 
     15 * `2` - [TracTimeline Timeline] 
     16 * `3` - [TracRoadmap Roadmap] 
     17 * `4` - [TracSearch Search] 
     18 * `6` - [TracGuide Trac Guide / Documentation] 
     19 * `7` - [TracTickets New Ticket] 
    2020 * `9` - [/about About Trac] 
    21  * `0` - This page 
    22  * `e` - Edit this page 
     21 * `e` - Edit (wiki or report) 
     22 * `r` - Preview (wiki or ticket) 
    2323 * `f` - Search 
    2424 
     25== TracBrowser Access Keys 
     26 
     27* `j` - Select next entry 
     28* `k` - Select previous entry 
     29* `o` - Expand folder/view file 
     30* `<Enter>` - Expand folder/view file 
    2531 
    2632----