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

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

Issue 1636243002: Eat all keys involving Search when ChromeVox is on and add a pass through mode command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Track key up. Created 4 years, 11 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
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 a1d20b8e33187da8ae3e20b9ab8a0164de876804..405a5d00c65f28d0bf521ce1245d01b32ee29b94 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
@@ -339,6 +339,16 @@
},
"platformFilter": 10
}
+ },
+ {
+ "command": "passThroughMode",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [27],
+ "shiftKey": [true]
+ }
+ }
}
]
}

Powered by Google App Engine
This is Rietveld 408576698