Edgewall Software

Changes between Version 20 and Version 21 of TracAccessibility


Ignore:
Timestamp:
Mar 13, 2017, 5:32:44 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor editing.

Legend:

Unmodified
Added
Removed
Modified
  • TracAccessibility

    v20 v21  
    11= 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 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.
     3Not every user has a graphic environment with a mouse or other pointing device. Some users rely on a keyboard, alternative keyboard or voice input to navigate links and activate form controls. In a Trac session, users can use a device other than a pointing device by enabling keyboard shortcuts through the [/prefs/userinterface Keyboard Shortcuts] preferences panel.
    44
    55Trac 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
     6 - on Linux, press any of the keys listed below in combination with the `<Alt>` key
     7 - on a Mac, use `<Ctrl>` + `<Opt>` + `<Key>`
     8 - on Windows, use `<Shift> + <Alt> + <Key>`. This works for the most common browsers, such as Firefox, Chrome, Safari and Internet Explorer
    99
    10 Also see [wikipedia:Access_key#Access_in_different_browsers access in different browsers] for more details.
     10See [wikipedia:Access_key#Access_in_different_browsers access in different browsers] for more details.
    1111
    1212== Global Access Keys
     
    2929* `o` - Expand folder/view file
    3030* `<Enter>` - Expand folder/view file
    31 
    32 ----
    33 See also: TracGuide