<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: CodeMirror's platform keymaps should match system-wide key bindings"
   href="https://bugs.webkit.org/show_bug.cgi?id=151663#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: CodeMirror's platform keymaps should match system-wide key bindings"
   href="https://bugs.webkit.org/show_bug.cgi?id=151663">bug 151663</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>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 :(</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>