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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/command_store.js

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen Created 4 years, 10 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 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,

Powered by Google App Engine
This is Rietveld 408576698