[Webkit-unassigned] [Bug 22679] [GTK] Function Keys (F1 to F12) are not mapped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 03:55:41 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22679





------- Comment #2 from zecke at selfish.org  2008-12-05 03:55 PDT -------
(From update of attachment 25769)

> +2008-12-07  Srinivasa Rao. M Hamse  <msrinirao at gmail.com>
> +
> +        Reviewed by NOBODY (OOPS!).

https://bugs.webkit.org/show_bug.cgi?id=22679


> Index: WebCore/platform/gtk/KeyEventGtk.cpp
> ===================================================================
> --- WebCore/platform/gtk/KeyEventGtk.cpp	(revision 39021)
> +++ WebCore/platform/gtk/KeyEventGtk.cpp	(working copy)
> @@ -466,6 +466,54 @@ static int windowsKeyCodeForKeyEvent(uns
>              // VK_NONAME (FC) Reserved for future use
>              // VK_PA1 (FD) PA1 key
>              // VK_OEM_CLEAR (FE) Clear key
> +        case GDK_F1:
> +            return VK_F1; //F1

what value does this comment add? The other (bad) comments in that file at
least state the windows keycode number of the key... Which other keys are not
mapped to windows?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list