summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll.rc
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 01:37:10 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 01:37:10 +0000
commitfdb985153d743ecf4aaa5b88a67d9124aa835684 (patch)
treea8ea972299e78d8baaa0c77307216ddf9a0c2391 /chrome/app/chrome_dll.rc
parent67f1b0f27c9371b8ba34574f03eb32310995e622 (diff)
downloadchromium_src-fdb985153d743ecf4aaa5b88a67d9124aa835684.zip
chromium_src-fdb985153d743ecf4aaa5b88a67d9124aa835684.tar.gz
chromium_src-fdb985153d743ecf4aaa5b88a67d9124aa835684.tar.bz2
Introduce accesskeys for Chrome menus.
Added ALT+E for Chrome Page Menu Added ALT+F for Chrome App Menu BUG=906 (http://crbug.com/906) TEST=Triggered ALT+A and ALT+P from the keyboard which successfully opened the corresponding menu. Review URL: http://codereview.chromium.org/174044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r--chrome/app/chrome_dll.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index 42beeba..6e3da8f 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -118,6 +118,8 @@ BEGIN
"B", IDC_SHOW_BOOKMARK_MANAGER, VIRTKEY, CONTROL, SHIFT
"J", IDC_SHOW_DOWNLOADS, VIRTKEY, CONTROL
"H", IDC_SHOW_HISTORY, VIRTKEY, CONTROL
+ "F", IDC_SHOW_APP_MENU, VIRTKEY, ALT
+ "E", IDC_SHOW_PAGE_MENU, VIRTKEY, ALT
"D", IDC_STAR, VIRTKEY, CONTROL
VK_ESCAPE, IDC_STOP, VIRTKEY
VK_ESCAPE, IDC_TASK_MANAGER, VIRTKEY, SHIFT