| 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 8466bcb88a412e3833da8172bf96d23c550273ea..e14cbb15107809b5f1e915e2314a96000cee88de 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| +++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| @@ -75,6 +75,30 @@
|
| "chromeos": "Search+Left"
|
| }
|
| },
|
| + "nextCharacter": {
|
| + "description": "__MSG_CHROMEVOX_NEXT_CHARACTER__",
|
| + "suggested_key": {
|
| + "chromeos": "Search+Shift+Right"
|
| + }
|
| + },
|
| + "previousCharacter": {
|
| + "description": "__MSG_CHROMEVOX_PREVIOUS_CHARACTER__",
|
| + "suggested_key": {
|
| + "chromeos": "Search+Shift+Left"
|
| + }
|
| + },
|
| + "nextWord": {
|
| + "description": "__MSG_CHROMEVOX_NEXT_WORD__",
|
| + "suggested_key": {
|
| + "chromeos": "Search+Ctrl+Shift+Right"
|
| + }
|
| + },
|
| + "previousWord": {
|
| + "description": "__MSG_CHROMEVOX_PREVIOUS_WORD__",
|
| + "suggested_key": {
|
| + "chromeos": "Search+Ctrl+Shift+Left"
|
| + }
|
| + },
|
| "nextLine": {
|
| "description": "__MSG_CHROMEVOX_NEXT_LINE__",
|
| "suggested_key": {
|
|
|