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

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

Issue 2121413002: Support selection and copying over non-editable content in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 5 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/chromevox/injected/event_watcher.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 8349b199a5ff61aaf0e99ec3bb12f4fdc0fdceed..bc7d3d0df724e590d530e366c2f5550764fea21d 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
@@ -570,6 +570,24 @@
"keyCode": [65, 66]
}
}
+ },
+ {
+ "command": "toggleSelection",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [83]
+ }
+ }
+ },
+ {
+ "command": "copy",
+ "sequence": {
+ "keys": {
+ "keyCode": [67],
+ "ctrlKey": [true]
+ }
+ }
}
]
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698