diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 12:07:24 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 12:07:24 +0000 |
commit | 15df21f3c92f91c18df5d57e93db285e2c65cec8 (patch) | |
tree | dac26c2f738252ed05add315862317be920e6517 /chrome/app/chrome_dll.rc | |
parent | 0c5ac8747a907336e6be227324a797ffc0472b1e (diff) | |
download | chromium_src-15df21f3c92f91c18df5d57e93db285e2c65cec8.zip chromium_src-15df21f3c92f91c18df5d57e93db285e2c65cec8.tar.gz chromium_src-15df21f3c92f91c18df5d57e93db285e2c65cec8.tar.bz2 |
DevTools: Wire Ctrl+Shift+I to DevTools, Ctrl+Shift+J to JavaScript console. This way modifiers are consistent on Mac and it makes sense on Windows/Linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r-- | chrome/app/chrome_dll.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 8e4d9dd..153849d 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -56,8 +56,8 @@ BEGIN VK_BACK, IDC_FORWARD, VIRTKEY, SHIFT VK_F11, IDC_FULLSCREEN, VIRTKEY VK_F1, IDC_HELP_PAGE, VIRTKEY - "J", IDC_DEV_TOOLS, VIRTKEY, CONTROL, SHIFT - "C", IDC_DEV_TOOLS_CONSOLE, VIRTKEY, CONTROL, SHIFT + "I", IDC_DEV_TOOLS, VIRTKEY, CONTROL, SHIFT + "J", IDC_DEV_TOOLS_CONSOLE, VIRTKEY, CONTROL, SHIFT "N", IDC_NEW_INCOGNITO_WINDOW, VIRTKEY, CONTROL, SHIFT "T", IDC_NEW_TAB, VIRTKEY, CONTROL "N", IDC_NEW_WINDOW, VIRTKEY, CONTROL |