| 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 132af42e0873ba06ec4d6b7ddb82f8b8001c7fa2..c78c8021d3a7ec8f19007a4b60a039e7f700c202 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| @@ -153,8 +153,10 @@ cvox.CommandStore.CMD_WHITELIST = {
|
| 'toggleChromeVox': {announce: false,
|
| platformFilter: cvox.PlatformFilter.WML,
|
| msgId: 'toggle_chromevox_active',
|
| - category: 'controlling_speech'},
|
| + category: 'modifier_keys'},
|
| 'toggleChromeVoxVersion': {announce: false},
|
| + 'openChromeVoxMenus': {announce: false,
|
| + msgId: 'menus_title'},
|
| 'decreaseTtsRate': {announce: false,
|
| msgId: 'decrease_tts_rate',
|
| category: 'controlling_speech'},
|
| @@ -344,6 +346,7 @@ cvox.CommandStore.CMD_WHITELIST = {
|
| disallowContinuation: true,
|
| category: 'help_commands'},
|
| 'contextMenu': {announce: false,
|
| + msgId: 'show_context_menu',
|
| disallowContinuation: true},
|
|
|
| 'showOptionsPage': {announce: false,
|
|
|