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

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

Issue 1827323002: Take screenshot of active window (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 | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/ash/chrome_screenshot_grabber.h » ('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 be046e0bbb07e07ed1ad06942345d41c37c11c4d..49974d3b65b6b91b551448433feeff3af947025e 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15895,6 +15895,7 @@ var keyboardOverlayData = {
'space<>CTRL': 'keyboardOverlaySelectPreviousInputMethod',
'space<>CTRL<>SHIFT': 'keyboardOverlayCycleThroughInputMethods',
'space<>SHIFT': 'keyboardOverlayScrollUpOnePage',
+ 'switch window<>ALT<>CTRL': 'keyboardOverlayScreenshotWindow',
afakhry 2016/04/16 01:25:12 You need to add a corresponding entry for when the
'switch window<>CTRL': 'keyboardOverlayTakeScreenshot',
'switch window<>CTRL<>SHIFT': 'keyboardOverlayScreenshotRegion',
'switch window<>SEARCH': 'keyboardOverlayF5',
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/ash/chrome_screenshot_grabber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698