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

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

Issue 10987034: Need some keyboard shortcut for fullscreen: Shift-F4 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 3 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/generated_resources.grd ('k') | chrome/browser/ui/views/accelerator_table.cc » ('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 714ca10eda0717dcbabefac2902ec56b4ad6e7ce..adad5259024397ad94b4500a1059c79b74ddbcd2 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15821,6 +15821,7 @@ var keyboardOverlayData = {
'forward<>CTRL': 'keyboardOverlayFocusNextPane',
'maximize<>ALT': 'keyboardOverlaySwapPrimaryMonitor',
'maximize<>CTRL': 'keyboardOverlayMirrorMonitors',
+ 'maximize<>SHIFT': 'keyboardOverlayFullscreen',
'g<>CTRL': 'keyboardOverlayFindTextAgain',
'g<>CTRL<>SHIFT': 'keyboardOverlayFindPreviousText',
'h<>CTRL': 'keyboardOverlayHistory',
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698