diff options
author | suzhe@chromium.org <suzhe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 01:20:39 +0000 |
---|---|---|
committer | suzhe@chromium.org <suzhe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 01:20:39 +0000 |
commit | 00f74d1b32468e308c0fa19adcb6a7636cec1b9a (patch) | |
tree | bc42a4a84bb0ce41063682bc9681cbdb5fbc9314 /chrome/app/chrome_dll.rc | |
parent | 2931238b904c43c9e24fc189d1d3a0213bad73ca (diff) | |
download | chromium_src-00f74d1b32468e308c0fa19adcb6a7636cec1b9a.zip chromium_src-00f74d1b32468e308c0fa19adcb6a7636cec1b9a.tar.gz chromium_src-00f74d1b32468e308c0fa19adcb6a7636cec1b9a.tar.bz2 |
Remove shortcut key Ctrl+Alt+B (IDC_SHOW_EXTENSION_SHELF).
On Windows, Ctrl+Alt+B equals to AltGR+B, which corresponds to '{' on Hungarian keyboard.
BUG=27137
TEST=Switch to Hungarian keyboard layout, then try to input '{' in both omnibox and web content area by pressing AltGR+B.
Review URL: http://codereview.chromium.org/401025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32459 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, 0 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 153849d..1e6d185 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -120,7 +120,6 @@ BEGIN VK_NUMPAD8, IDC_SELECT_TAB_7, VIRTKEY, CONTROL "B", IDC_SHOW_BOOKMARK_BAR, VIRTKEY, CONTROL "B", IDC_SHOW_BOOKMARK_MANAGER, VIRTKEY, CONTROL, SHIFT - "B", IDC_SHOW_EXTENSION_SHELF, VIRTKEY, CONTROL, ALT "J", IDC_SHOW_DOWNLOADS, VIRTKEY, CONTROL "H", IDC_SHOW_HISTORY, VIRTKEY, CONTROL "F", IDC_SHOW_APP_MENU, VIRTKEY, ALT |