[Webkit-unassigned] [Bug 151663] Web Inspector: CodeMirror's platform keymaps should match system-wide key bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 10:38:08 PST 2015


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
Respecting this in WebKit was super-challenging; I expect this will be hard to do.

Being cross-platform isn’t the hard part; it’s easy to make a hard-coded version for the non-Apple platforms that matches the approach those platforms take to such things, since a system bindings file is a sort of unusual feature. The hard part is finding a way to pipe keyboard input through the public Cocoa APIs to figure out what editing operation to perform. There’s some internal interface that is a bit more flexible but even relying on that probably wouldn’t be a big help.

Probably not worth the effort :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151130/4ca323b8/attachment.html>


More information about the webkit-unassigned mailing list