Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2245)

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js

Issue 2813233002: Add a command to toggle between 6 and 8 dot braille. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
index de8b7ef3d2c9f462cf566a96e15d700f5a0c5bfc..9073bcdd77fd11737b5666aded027a2cc03b36a4 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -64,6 +64,9 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'autoRead': false,
'brailleCaptions': false,
'brailleSideBySide': true,
+ 'brailleTableType': 'brailleTable8',
+ 'brailleTable6': 'en-UEB-g2',
+ 'brailleTable8': 'en-US-comp8',
// TODO(dtseng): Leaking state about multiple key maps here until we have a
// class to manage multiple key maps. Also, this doesn't belong as a pref;
// should just store in local storage.

Powered by Google App Engine
This is Rietveld 408576698