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?
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

