[webkit-dev] Default keyboard shortcuts for WebKit

Mr Diggilin mr.diggilin at gmail.com
Mon Apr 6 18:36:45 PDT 2009


I recently made a patch for wxWebKit's keyboard shortcuts
(https://bugs.webkit.org/show_bug.cgi?id=24797) where I found it very
useful to steal almost the entirety of the windows port's method of
doing things.
On review it was noted that it may be good if it was moved into Editor,
at least because it could then be shared between wx and win, but also to
provide a default handling for any ports that might not want to have the
incredible switch statements found in gtk and qt.
Does anyone see any problems with doing something like this?



More information about the webkit-dev mailing list