diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 21:23:23 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 21:23:23 +0000 |
commit | d1402b27dcac716aa511f05ef68da31a5c235b63 (patch) | |
tree | 372e0381e05ef674c2cf46dd4b70a60fe5514e53 /chrome/app/chrome_dll.rc | |
parent | 819faeb0cf19a12f586aef3780d8b80ff1cab72f (diff) | |
download | chromium_src-d1402b27dcac716aa511f05ef68da31a5c235b63.zip chromium_src-d1402b27dcac716aa511f05ef68da31a5c235b63.tar.gz chromium_src-d1402b27dcac716aa511f05ef68da31a5c235b63.tar.bz2 |
Makes control-alt-b show the bookmark manager on linux and windows
(already works on mac).
BUG=44797
TEST=make sure control-alt-b shows the bookmark manager.
Review URL: http://codereview.chromium.org/2867027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r-- | chrome/app/chrome_dll.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index ab241c6..7e78d7b 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -103,6 +103,7 @@ BEGIN "J", IDC_SHOW_DOWNLOADS, VIRTKEY, CONTROL "H", IDC_SHOW_HISTORY, VIRTKEY, CONTROL "F", IDC_SHOW_APP_MENU, VIRTKEY, ALT + "B", IDC_SHOW_BOOKMARK_MANAGER, VIRTKEY, CONTROL, ALT "E", IDC_SHOW_PAGE_MENU, VIRTKEY, ALT VK_ESCAPE, IDC_STOP, VIRTKEY VK_ESCAPE, IDC_TASK_MANAGER, VIRTKEY, SHIFT |