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

Unified Diff: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2

Issue 1129793006: Add additional commands in compat mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add keycode mapping for space. Created 5 years, 7 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
index dde3bd282d426d363c87dd2837fbdfcc9a511da1..372fc22dc02e4fcef30887652f6e144f0db704e5 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -177,6 +177,18 @@
"chromeos": "Search+Shift+H"
}
},
+ "compatPreviousLine": {
+ "description": "__MSG_CHROMEVOX_PREVIOUS_HEADING__",
+ "suggested_key": {
+ "chromeos": "Search+Shift+Up"
+ }
+ },
+ "compatNextLine": {
+ "description": "__MSG_CHROMEVOX_PREVIOUS_HEADING__",
+ "suggested_key": {
+ "chromeos": "Search+Shift+Down"
+ }
+ },
"compatPrevious": {
"description": "__MSG_CHROMEVOX_PREVIOUS_HEADING__",
"suggested_key": {
@@ -243,6 +255,12 @@
"chromeos": "Search+Space"
}
},
+ "compatDoDefault": {
+ "description": "__MSG_CHROMEVOX_PERFORM_DEFAULT_ACTION__",
+ "suggested_key": {
+ "chromeos": "Search+Shift+Space"
+ }
+ },
"toggleChromeVoxVersion": {
"description": "__MSG_CHROMEVOX_TOGGLE_CHROMEVOX__",
"suggested_key": {
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698