From 15df21f3c92f91c18df5d57e93db285e2c65cec8 Mon Sep 17 00:00:00 2001 From: "pfeldman@chromium.org" Date: Sat, 7 Nov 2009 12:07:24 +0000 Subject: 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 --- chrome/app/chrome_dll.rc | 4 ++-- chrome/app/nibs/MainMenu.xib | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'chrome/app') 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 diff --git a/chrome/app/nibs/MainMenu.xib b/chrome/app/nibs/MainMenu.xib index 99668e82..6bb69fc 100644 --- a/chrome/app/nibs/MainMenu.xib +++ b/chrome/app/nibs/MainMenu.xib @@ -8,7 +8,6 @@ 353.00 YES - YES @@ -750,7 +749,7 @@ ^IDS_DEV_TOOLS_MAC - j + i 1572864 2147483647 @@ -760,8 +759,8 @@ ^IDS_DEV_TOOLS_CONSOLE_MAC - C - 1048576 + j + 1572864 2147483647 @@ -2671,7 +2670,7 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{391, 140}, {361, 243}} + {{536, -194}, {361, 243}} com.apple.InterfaceBuilder.CocoaPlugin {{197, 734}, {243, 243}} @@ -2715,13 +2714,13 @@ com.apple.InterfaceBuilder.CocoaPlugin {{525, 802}, {197, 73}} - {{-24, 383}, {1578, 20}} + {{199, 280}, {1578, 20}} com.apple.InterfaceBuilder.CocoaPlugin {74, 862} {{11, 977}, {478, 20}} com.apple.InterfaceBuilder.CocoaPlugin - {{617, 196}, {380, 213}} + {{786, 67}, {383, 213}} com.apple.InterfaceBuilder.CocoaPlugin {{475, 832}, {234, 43}} com.apple.InterfaceBuilder.CocoaPlugin @@ -2756,7 +2755,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{997, 136}, {317, 83}} + {{1169, 7}, {320, 83}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin -- cgit v1.1