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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json

Issue 2042083002: Add role lists to ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json b/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json
index f72b3cab18a60447595cad2e2ef3aae413c1a77b..575c62f35c06de8326e3049a9cad4adb00836ae9 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json
@@ -351,7 +351,7 @@
}
},
{
- "command": "openChromeVoxMenus",
+ "command": "toggleKeyboardHelp",
"sequence": {
"cvoxModifier": true,
"keys": {
@@ -499,10 +499,59 @@
"sequence": {
"cvoxModifier": true,
"keys": {
+ "keyCode": [191]
+ }
+ }
+ },
+ {
+ "command": "showHeadingsList",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [72],
+ "ctrlKey": [true]
+ }
+ }
+ },
+ {
+ "command": "showFormsList",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
"keyCode": [70],
"ctrlKey": [true]
}
}
+ },
+ {
+ "command": "showLandmarksList",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [186],
+ "ctrlKey": [true]
+ }
+ }
+ },
+ {
+ "command": "showLinksList",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [76],
+ "ctrlKey": [true]
+ }
+ }
+ },
+ {
+ "command": "showTablesList",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [84],
+ "ctrlKey": [true]
+ }
+ }
}
]
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698