<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: add a test to track changes to CodeMirror bindings in configurations used by WebInspectorUI"
   href="https://bugs.webkit.org/show_bug.cgi?id=161536#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: add a test to track changes to CodeMirror bindings in configurations used by WebInspectorUI"
   href="https://bugs.webkit.org/show_bug.cgi?id=161536">bug 161536</a>
              from <span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span></b>
        <pre>You can manually collate the keybindings like so:

<span class="quote">&gt; m = {}; cm.state.keyMaps.reverse().forEach((map) =&gt; { for (let key in map) { m[key] = map[key]; }})
&gt; m</span >
&lt; Object = {
Alt-Backspace: function()
Alt-D: function()
Alt-Delete: function()
...
}

Then sort keys lexicographically and dump the function name using .name</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>