From 5f1ab04193ad0130ca8204aadaceae083aca9881 Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Wed, 17 Jun 2009 12:12:20 -0700 Subject: Get WebKit r44544. --- WebCore/platform/chromium/KeyCodeConversionGtk.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WebCore/platform/chromium/KeyCodeConversionGtk.cpp') diff --git a/WebCore/platform/chromium/KeyCodeConversionGtk.cpp b/WebCore/platform/chromium/KeyCodeConversionGtk.cpp index a3efe44..4fc7f32 100644 --- a/WebCore/platform/chromium/KeyCodeConversionGtk.cpp +++ b/WebCore/platform/chromium/KeyCodeConversionGtk.cpp @@ -150,9 +150,10 @@ int windowsKeyCodeForKeyEvent(unsigned keycode) case GDK_Help: return VKEY_HELP; // (2F) HELP key case GDK_0: - case GDK_parenleft: + case GDK_parenright: return VKEY_0; // (30) 0) key case GDK_1: + case GDK_exclam: return VKEY_1; // (31) 1 ! key case GDK_2: case GDK_at: @@ -176,7 +177,7 @@ int windowsKeyCodeForKeyEvent(unsigned keycode) case GDK_asterisk: return VKEY_8; // (38) 8 key '*' case GDK_9: - case GDK_parenright: + case GDK_parenleft: return VKEY_9; // (39) 9 key '(' case GDK_a: case GDK_A: -- cgit v1.1