Changes between Version 2 and Version 3 of TracAccessibility
- Timestamp:
- 01/06/25 10:28:02 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracAccessibility
v2 v3 1 = アクセシビリティサポート = #AccessibilitySupportinTrac1 = Accessibility Support in Trac 2 2 3 すべてのユーザがマウス等のポインティングデバイスを備えたグラフィック環境を持っている訳ではありません。そのようなユーザは、リンクを辿ったりフォームを送信したりする作業を、キーボードやその代価品あるいは音声入力に依存しています。 Trac では、ポインティングデバイス以外を利用するユーザに対しても、扱いやすいように配慮しています。 3 Not 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. 4 4 5 キーボードショートカットは、 [/prefs/keybindings キーワードショートカット] 環境設定パネルを使用してセッションを有効にする必要があります。 5 == Global Access Keys 6 6 7 T rac では、よく行われる動作に対して、アクセスキーを割り当てています。8 - Linux プラットフォームでは、 `<Alt>` キーと組み合わせて、以下に記載するキーを押下してください9 - Mac では、 `<ctrl>` キーを使用してください10 - Windows では、`<Shift> + <Alt> + <Key>` を押下する必要があります。 これはほとんどのブラウザに対応します (Firefox, Chrome, Safari, Internet Explorer)7 The global access keys differ by browser and the following work for several browsers: 8 - on Linux, press any of the keys listed below in combination with the `<Alt>` key 9 - on a Mac, use `<Ctrl>` + `<Opt>` + `<Key>` 10 - on Windows, use `<Shift> + <Alt> + <Key>`. This works for the most common browsers, such as Firefox, Chrome, Safari and Internet Explorer 11 11 12 (訳注: Trac-0.11 以降の場合、アクセスキーはデフォルトで無効になっています。 `ユーザ設定` (英語版では `Prefs`) で `キーボード・ショートカット` (英語版では `Keyboard shortcut`) を有効に設定した場合にアクセスキーを使用できます) 12 See [https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers access in different browsers] for more details. 13 13 14 == すべてのページに共通のアクセスキー == #GlobalAccessKeys 14 * `1` - WikiStart 15 * `2` - [TracTimeline Timeline] 16 * `3` - [TracRoadmap Roadmap] 17 * `4` - [TracSearch Search] 18 * `6` - [TracGuide Trac Guide / Documentation] 19 * `7` - [TracTickets New Ticket] 20 * `9` - [/about About Trac] 21 * `e` - Edit (wiki or report) 22 * `r` - Preview (wiki or ticket) 23 * `f` - Search 15 24 16 * `1` - [wiki:WikiStart Wiki スタートページ] 17 * `2` - [wiki:TracTimeline タイムライン] 18 * `3` - [wiki:TracRoadmap ロードマップ] 19 * `4` - [wiki:TracSearch 検索] 20 * `6` - [wiki:TracGuide Trac ガイド / ドキュメンテーション] 21 * `7` - [wiki:TracTickets チケット登録] 22 * `9` - [/about Trac について] 23 * `0` - このページ 24 * `e` - このページを編集 25 * `f` - 検索 25 == TracBrowser Navigation 26 26 27 The browser can be navigated using the keys listed below. The key modifiers listed above are not used for navigating the browser. 27 28 28 ---- 29 See also: TracGuide 29 * `j` and `k` - select the next or previous entry, starting with the first 30 * `o` ('''o'''pen) - toggle between expanded and collapsed state of the selected directory or visit the selected file 31 * `v` ('''v'''iew, '''v'''isit) and `<Enter>` - same as above 32 * `r` - '''r'''eload an already expanded directory 33 * `a` - directly visit a file in '''a'''nnotate (blame) mode 34 * `L` - view the '''L'''og for the selected entry 35 36 If no row has been selected using `j` or `k`, the keys will operate on the entry under the mouse.