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

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

Issue 7344014: Makes ctrl-shift-o show the bookmark manager on linux and windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add windows as well Created 9 years, 5 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/ui/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/ui/views/accelerator_table_gtk.cc
diff --git a/chrome/browser/ui/views/accelerator_table_gtk.cc b/chrome/browser/ui/views/accelerator_table_gtk.cc
index a2ac7112643765dd33656bae773c19aa2178c83e..984d48f39f489aa9cc96e29d76779c35c4bdfb9c 100644
--- a/chrome/browser/ui/views/accelerator_table_gtk.cc
+++ b/chrome/browser/ui/views/accelerator_table_gtk.cc
@@ -137,6 +137,7 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ ui::VKEY_8, false, true, false, IDC_SELECT_TAB_7 },
{ ui::VKEY_NUMPAD8, false, true, false, IDC_SELECT_TAB_7 },
{ ui::VKEY_B, true, true, false, IDC_SHOW_BOOKMARK_BAR },
+ { ui::VKEY_O, true, true, false, IDC_SHOW_BOOKMARK_MANAGER },
{ ui::VKEY_J, false, true, false, IDC_SHOW_DOWNLOADS },
{ ui::VKEY_H, false, true, false, IDC_SHOW_HISTORY },
{ ui::VKEY_F, false, false, true, IDC_SHOW_APP_MENU},
« no previous file with comments | « chrome/browser/ui/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698