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

Unified Diff: chrome/browser/views/accelerator_table_gtk.cc

Issue 2867027: Makes control-alt-b show the bookmark manager on linux and windows (Closed)
Patch Set: Created 10 years, 6 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/browser/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/accelerator_table_gtk.cc
diff --git a/chrome/browser/views/accelerator_table_gtk.cc b/chrome/browser/views/accelerator_table_gtk.cc
index dfa5744273db4c927e7d501eee1d1bba26c14c82..a33f4d8c69c6310a1b426bc2d7a9641eec31aabb 100644
--- a/chrome/browser/views/accelerator_table_gtk.cc
+++ b/chrome/browser/views/accelerator_table_gtk.cc
@@ -133,6 +133,7 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ base::VKEY_DELETE, false, true, true, IDC_TASK_MANAGER },
{ base::VKEY_OEM_COMMA, false, true, false, IDC_SYSTEM_OPTIONS },
{ base::VKEY_B, true, true, false, IDC_SHOW_BOOKMARK_BAR },
+ { base::VKEY_B, false, true, true, IDC_SHOW_BOOKMARK_MANAGER },
#if !defined(OS_CHROMEOS)
{ base::VKEY_F1, false, false, false, IDC_HELP_PAGE },
#endif
« no previous file with comments | « chrome/browser/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698