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

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

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)
Patch Set: Rebase. Created 3 years, 9 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 de5c4bf5b00b0ed6180c07ea45e0ef8c57e987f1..dcea718df89bf5bb66c3f015eb51fb882ee78561 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
@@ -895,6 +895,25 @@
"ctrlKey": [true]
}
}
+ },
+ {
+ "command": "darkenScreen",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [118],
+ "shiftKey": [true]
+ }
+ }
+ },
+ {
+ "command": "undarkenScreen",
+ "sequence": {
+ "cvoxModifier": true,
+ "keys": {
+ "keyCode": [118]
+ }
+ }
}
]
}

Powered by Google App Engine
This is Rietveld 408576698