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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 2971773003: Change Toggle High Contrast accelerator (Closed)
Patch Set: Rebase + Change commit message Created 3 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 | « ash/ash_strings.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/keyboard_overlay_data.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 45c95e5f7f5454013a7cde9aa4f97c836a06fd19..a3b425c4c7071a3073d507406d381b6966555742 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -4223,7 +4223,7 @@ var keyboardOverlayData = {
'g<>CTRL': 'keyboardOverlayFindTextAgain',
'g<>CTRL<>SHIFT': 'keyboardOverlayFindPreviousText',
'h<>CTRL': 'keyboardOverlayHistory',
- 'h<>SEARCH<>SHIFT': 'keyboardOverlayToggleHighContrastMode',
+ 'h<>CTRL<>SEARCH': 'keyboardOverlayToggleHighContrastMode',
'i<>ALT<>CTRL': 'keyboardOverlayTouchHudModeChange',
'i<>ALT<>SHIFT': 'keyboardOverlayReportIssue',
'i<>CTRL<>SHIFT': 'keyboardOverlayDeveloperTools',
« no previous file with comments | « ash/ash_strings.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698