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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/command_store.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/common/command_store.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/command_store.js b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
index 18da1eade0ce6b5025d2dca8e095cc6a13f99a29..6a54a3837c83ce97f63c60a7084ea30cc77bbef8 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -352,7 +352,12 @@ cvox.CommandStore.CMD_WHITELIST = {
'darkenScreen': {
msgId: 'darken_screen',
category: 'help_commands'
-},
+ },
+
+ 'toggleBrailleTable': {
+ msgId: 'toggle_braille_table',
+ category: 'help_commands'
+ },
'toggleKeyboardHelp': {announce: false,
disallowContinuation: true,

Powered by Google App Engine
This is Rietveld 408576698