• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2
3<head>
4<title class="i18n" msgid="options_page_title">ChromeVox Options</title>
5<link rel="stylesheet" type="text/css" href="chrome_shared2.css" />
6<link rel="stylesheet" type="text/css" href="options_widgets.css" />
7<link rel="stylesheet" type="text/css" href="options.css" />
8
9
10<script type="text/javascript" src="../../closure/base.js"></script>
11<script type="text/javascript" src="../../deps.js"></script>
12<script type="text/javascript" src="options_loader.js"></script>
13<script type="text/javascript" src="../../chromeVoxChromeOptionsScript.js">
14</script>
15</head>
16
17<html>
18
19<body>
20<div>
21  <!-- The "with dev msgs" in the title helps when debugging problems with the message
22       replacer. -->
23  <h1 class="i18n" msgid="options_page_title">ChromeVox (with dev msgs)</h1>
24  <p id="version"></p>
25
26
27  <div class="option">
28    <input id="useVerboseMode" type="checkbox" class="checkbox pref" name="useVerboseMode" />
29    <label for="useVerboseMode" class="i18n" msgid="options_verbosity_verbose">
30      Enable verbose descriptions.
31    </label>
32  </div>
33
34  <div class="option">
35    <input id="useIBeamCursor" type="checkbox" class="checkbox pref" name="useIBeamCursor" />
36    <label for="useIBeamCursor" class="i18n" msgid="options_cursor_between_characters">
37      Place cursor between characters when editing text (like Mac OS X).
38    </label>
39  </div>
40
41  <div class="option">
42    <input id="focusFollowsMouse" type="checkbox" class="checkbox pref" name="focusFollowsMouse" />
43    <label for="focusFollowsMouse" class="i18n" msgid="options_mouse_focus_follows">
44      Use the mouse to change focus.
45    </label>
46  </div>
47
48  <div class="option">
49    <input id="siteSpecificEnhancements" type="checkbox" class="checkbox pref" name="siteSpecificEnhancements" />
50    <label for="siteSpecificEnhancements" class="i18n" msgid="options_site_specific_enhancements">
51      Enhance specific sites (like Google Search).
52    </label>
53  </div>
54
55  <h2 class="i18n" msgid="options_voices">Voices</h2>
56  <p class="i18n description" msgid="options_voices_description" id="voices_description">
57    Change the current voice by selecting an option from the list below.
58  </p>
59
60  <div>
61    <select class="pref" id="voices" aria-labelledby="voices_description"></select>
62    <br><br>
63  </div>
64
65
66  <h2 class="chromeos i18n" msgid="options_braille">Braille</h2>
67  <div class="chromeos">
68    <p class="i18n description" msgid="options_braille_description_6" id="braille_description_6">
69      Change the current 6 dot braille table by selecting an option from the list below.
70    </p>
71    <select class="pref" id="brailleTable6" aria-labelledby="braille_description_6"></select>
72    <p class="i18n description" msgid="options_braille_description_8" id="braille_description_8">
73      Change the current 8 dot braille table by selecting an option from the list below.
74    </p>
75    <select class="pref" id="brailleTable8" aria-labelledby="braille_description_8"></select>
76    <button id="brailleTableType"></button>
77    <br><br>
78  </div>
79
80
81  <h2 class="i18n" msgid="options_keyboard_shortcuts">Keyboard shortcuts</h2>
82  <p class="i18n description" msgid="options_keymap_description" id="keymap_description">
83    Change the current keymap by selecting an option from the list below.
84  </p>
85
86  <div>
87    <select class="pref" id="cvox_keymaps" aria-labelledby="keymap_description">
88    </select>
89    <button id="selectKeys" class="i18n" msgid="options_select_keys">
90      Select keymap
91    </button>
92    <br><br>
93  </div>
94
95  <p class="i18n description" msgid="options_shortcuts_description"
96     id="shortcuts_description">
97    Customize keyboard shortcuts for frequently used commands by typing them into the
98    corresponding fields below.
99  </p>
100
101  <div id="keysContainer">
102
103  </div>
104  <div id="status" role="live" aria-live="assertive">
105  </div>
106</div>
107</body>
108</html>
109