Chromium Code Reviews| 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", |
|
dmazzoni
2016/06/07 16:36:06
Why was this changed?
David Tseng
2016/06/08 19:28:33
Classic command name. We've started to make comman
|
| "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] |
| + } |
| + } |
| } |
| ] |
| } |