summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 18:51:23 +0000
committerjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 18:51:23 +0000
commit7cda2b7828c92e3123c74bf416a67e363e7bd8b4 (patch)
tree7bf46f709b8f565cf2b68f819242619d3194a574 /chrome/app
parent96ee5c07dbe235b45e4d178a43887fddcf251861 (diff)
downloadchromium_src-7cda2b7828c92e3123c74bf416a67e363e7bd8b4.zip
chromium_src-7cda2b7828c92e3123c74bf416a67e363e7bd8b4.tar.gz
chromium_src-7cda2b7828c92e3123c74bf416a67e363e7bd8b4.tar.bz2
Change the accelerator key for Javascript debug to Ctrl-Shift-D from 'Alt-`'
BUG=3696,5087 TEST=Install non-en-US keyboard and switch keyboards to one of them (e.g. German, French, Russian) and make sure that shortcut keys for Javascript debug remains 'Ctrl-Shift-L'. Review URL: http://codereview.chromium.org/10652 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_dll.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index 14bcf23..0c0a564 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -37,7 +37,8 @@ BEGIN
VK_F4, IDC_CLOSETAB, VIRTKEY, CONTROL
"W", IDC_CLOSETAB, VIRTKEY, CONTROL
"W", IDC_CLOSEPOPUPS, VIRTKEY, SHIFT, ALT
- VK_OEM_3, IDC_DEBUGGER, VIRTKEY, ALT
+ "L", IDC_DEBUGGER, VIRTKEY, SHIFT, CONTROL
+ "J", IDC_SHOW_JS_CONSOLE,VIRTKEY, SHIFT, CONTROL
"F", IDC_FIND, VIRTKEY, CONTROL
"G", IDC_FIND_NEXT, VIRTKEY, CONTROL
VK_F3, IDC_FIND_NEXT, VIRTKEY