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

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

Issue 2480913002: Fix a variety of panel issues (Closed)
Patch Set: Fix bad js annotation, indent, finalizeDom_, etc. Created 4 years, 1 month 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/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 08dfdb499a2c1a53466a44c79fcb0eec3ab9274e..ee47a1f629ebf5ad724723f70f553148a55c9976 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
@@ -440,15 +440,6 @@
}
},
{
- "command": "toggleChromeVox",
- "sequence": {
- "cvoxModifier": true,
- "keys": {
- "keyCode": [65, 65]
- }
- }
- },
- {
"command": "toggleStickyMode",
"sequence": {
"doubleTap": true,
@@ -586,6 +577,15 @@
}
},
{
+ "command": "help",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [79, 84]
+ }
+ }
+ },
+ {
"command": "showNextUpdatePage",
"sequence": {
"cvoxModifier": true,

Powered by Google App Engine
This is Rietveld 408576698