| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| index 6d189e80e1e66fd6ac8d778e4697964d64be11fd..19dd72fc3ae35ca7cc6a43b124079e5cf8d60165 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
|
| @@ -55,6 +55,13 @@
|
| </label>
|
| </div>
|
|
|
| + <div class="option">
|
| + <input id="useNext" aria-labelledby="useNextLabel" type="checkbox" class="checkbox pref" name="useNext"></input>
|
| + <label id="useNextLabel" class="i18n" msgid="options_use_next_label">
|
| + Use the new ChromeVox experience (beta)
|
| + </label>
|
| + </div>
|
| +
|
| <h2 class="i18n" msgid="options_voices">Voices</h2>
|
| <p class="i18n description" msgid="options_voices_description" id="voices_description">
|
| Change the current voice by selecting an option from the list below.
|
| @@ -104,6 +111,15 @@
|
| <br><br>
|
| </div>
|
|
|
| + <p class="i18n description" msgid="options_shortcuts_description"
|
| + id="shortcuts_description">
|
| + Customize keyboard shortcuts for frequently used commands by typing them into the
|
| + corresponding fields below.
|
| + </p>
|
| +
|
| + <div id="keysContainer">
|
| +
|
| + </div>
|
| <div id="status" role="live" aria-live="assertive">
|
| </div>
|
| </div>
|
|
|