| 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,
|
|
|