Changes between Version 2 and Version 3 of TracAccessibility
- Timestamp:
- 2019-05-02T09:45:05-03:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracAccessibility
v2 v3 1 = Accessibility Support in Trac 1 = Accessibility Support in Trac = 2 2 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.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 a Trac session, users can use devices other than a pointing device by enabling keyboard shortcuts through the [/prefs/keybindings Keyboard Shortcuts] preferences panel. 4 4 5 Trac supports accessibility keys for the most common operations. The access keys differ by browser and the following work for several browsers :5 Trac 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. 6 6 - on Linux platforms, press any of the keys listed below in combination with the `<Alt>` key 7 7 - on a Mac, use the `<Ctrl>` + `<Opt>` key instead 8 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 9 9 10 Also see [wikipedia:Access_key#Access_in_different_browsers access in different browsers] for more details. 11 12 == Global Access Keys 10 == Global Access Keys == 13 11 14 12 * `1` - WikiStart … … 23 21 * `f` - Search 24 22 25 == TracBrowser Access Keys26 27 * `j` - Select next entry28 * `k` - Select previous entry29 * `o` - Expand folder/view file30 * `<Enter>` - Expand folder/view file31 23 32 24 ----