summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll.rc
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 12:07:24 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 12:07:24 +0000
commit15df21f3c92f91c18df5d57e93db285e2c65cec8 (patch)
treedac26c2f738252ed05add315862317be920e6517 /chrome/app/chrome_dll.rc
parent0c5ac8747a907336e6be227324a797ffc0472b1e (diff)
downloadchromium_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.rc4
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