From 22b887aed04e9b9d13cb856abe1f57da08f348d7 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Wed, 24 Mar 2010 15:16:10 +0000 Subject: Revert 42465 - Keyboard accessibility for the page and app menus. Reverting because newly added Test*MenuKeyboardAccess tests fail on some of the Windows buildbots, and possibly a XP Perf regression. Works on Windows, and on Linux with toolkit_views. The goal is to make Chrome behave more like a standard Windows application, for users who rely on the keyboard and expect standard keyboard accelerators to work. Pressing F10, or pressing and releasing Alt, will set focus to the Page menu, as if it was the first item in a menu bar. Pressing enter, space, up arrow, or down arrow will open the focused menu. Once a menu is opened, pressing left and right arrows will switch between the two menus. Pressing escape will return focus to the title of the previously open menu. A new UI test attempts to select something from the menus using only the keyboard. It works on Linux (with toolkit_views) and on Windows. BUG=none TEST=New keyboard accessibility ui test. Review URL: http://codereview.chromium.org/660323 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/1257003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42468 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_dll_resource.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/app/chrome_dll_resource.h') diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index ed5bc03..708eaa2 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -189,7 +189,6 @@ #define IDC_FOCUS_TOOLBAR 39000 #define IDC_FOCUS_LOCATION 39001 #define IDC_FOCUS_SEARCH 39002 -#define IDC_FOCUS_MENU_BAR 39003 // Show various bits of UI #define IDC_OPEN_FILE 40000 -- cgit v1.1