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

Unified Diff: chrome/browser/gtk/accelerators_gtk.cc

Issue 569022: Merge 37725 - GTK: Make page and app menus shortcut control flow match window... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/307/src/
Patch Set: Created 10 years, 11 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 | chrome/browser/gtk/browser_toolbar_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/accelerators_gtk.cc
===================================================================
--- chrome/browser/gtk/accelerators_gtk.cc (revision 37936)
+++ chrome/browser/gtk/accelerators_gtk.cc (working copy)
@@ -162,6 +162,8 @@
{ XF86XK_History, IDC_SHOW_HISTORY, GdkModifierType(0) },
{ GDK_q, IDC_EXIT, GdkModifierType(GDK_CONTROL_MASK | GDK_SHIFT_MASK) },
{ GDK_s, IDC_SAVE_PAGE, GDK_CONTROL_MASK },
+ { GDK_e, IDC_SHOW_PAGE_MENU, GDK_MOD1_MASK },
+ { GDK_f, IDC_SHOW_APP_MENU, GDK_MOD1_MASK },
};
} // namespace
« no previous file with comments | « no previous file | chrome/browser/gtk/browser_toolbar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698