Fixes <http://webkit.org/b/30801>.
commit1f1f38896e141aa79c0433db238b33cc04085e45
authorbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Oct 2009 02:27:59 +0000 (27 02:27 +0000)
committerbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Oct 2009 02:27:59 +0000 (27 02:27 +0000)
treecb2cef3ad6e674fcda8b6d73a73670b7e6166bb5
parentc48ebde6026b818c8bb20e2c554ecbbfc211479f
Fixes <http://webkit.org/b/30801>.
Web Inspector: Control + ]/[ on Windows doesn't change Panels.

Reviewed by Timothy Hatcher.

In my testing, Windows uses "U+00DB" and "U+00DD" to represent
[ and ], so we should honor those as well.

* inspector/front-end/inspector.js:
(WebInspector.documentKeyDown):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50121 268f45cc-cd09-0410-ab3c-d52691b4dbfc
WebCore/ChangeLog
WebCore/inspector/front-end/inspector.js