diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 01:37:10 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 01:37:10 +0000 |
commit | fdb985153d743ecf4aaa5b88a67d9124aa835684 (patch) | |
tree | a8ea972299e78d8baaa0c77307216ddf9a0c2391 /chrome/app/chrome_dll_resource.h | |
parent | 67f1b0f27c9371b8ba34574f03eb32310995e622 (diff) | |
download | chromium_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_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 26cb51d..bb76758 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -173,6 +173,8 @@ #define IDC_VIEW_PASSWORDS 40017 #define IDC_ABOUT 40018 #define IDC_HELP_PAGE 40019 +#define IDC_SHOW_APP_MENU 40020 +#define IDC_SHOW_PAGE_MENU 40021 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |