[Webkit-unassigned] [Bug 24797] Improve wxWebKit keyboard shortcuts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 5 12:10:40 PDT 2009


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





------- Comment #6 from kevino at theolliviers.com  2009-04-05 12:10 PDT -------
Much of this patch is a straight copy and paste of the Windows code used to
implement editing key events. As such, I'd rather move the Windows code up to
some common location where both the Windows and wx ports can use it (and I
suspect other ports will want to as well once it is available). Maybe in
Editor? As this involves other ports, it would probably be good to bring this
up on webkit-dev and ask. The idea would be that ports would not call these
methods whenever they want to provide a different behavior, but otherwise
they'd default to the behavior here.

Once that's done, the only alteration that I think we would need to make would
be to make isSystemKey a cross-platform method of PlatformKeyboardEvent, and in
wx we'd have it always return false, even on Windows unfortunately because wx
makes no distinction between a 'system' and 'non-system' key.


-- 
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