<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>ParenthesizeNote</after>
        <action>ChordComment</action>
        <scheme>;;; ChordComment
(d-DirectivePut-chord-override "ChordComment" DENEMO_OVERRIDE_EDITOR)
(d-DirectivePut-chord-display "ChordComment" "comment")
(d-RefreshDisplay)
</scheme>
        <label>Comment</label>
        <tooltip>Attach a textual comment to the chord at the cursor</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
