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

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

Issue 1887913005: add keyboard overlay entry for taking window screenshot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | 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 ce6e4a04d071d150a529f8c7ec50d0f7354c0bec..b24eb4c0e96ef0fd2caf363b2e941f6d5c8d206e 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15861,6 +15861,7 @@ var keyboardOverlayData = {
'f4<>SEARCH': 'keyboardOverlayFullScreenKeyLabel',
'f5<>CTRL<>SEARCH': 'keyboardOverlayTakeScreenshot',
'f5<>CTRL<>SEARCH<>SHIFT': 'keyboardOverlayScreenshotRegion',
+ 'f5<>ALT<>CTRL<>SEARCH' : 'keyboardOverlayScreenshotWindow',
'f5<>SEARCH': 'keyboardOverlaySwitchWinKeyLabel',
'f6<>ALT<>SEARCH': 'keyboardOverlayDecreaseKeyBrightness',
'f6<>ALT<>CTRL<>SEARCH': 'keyboardOverlayMagnifierDecreaseZoom',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698