<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>NoteNamesMove</action>
        <scheme>;;NoteNamesMove
(d-AddKeybinding "MoveToA" "a")
(d-AddKeybinding "MoveToB" "b")
(d-AddKeybinding "MoveToC" "c")
(d-AddKeybinding "MoveToD" "d")
(d-AddKeybinding "MoveToE" "e")
(d-AddKeybinding "MoveToF" "f")
(d-AddKeybinding "MoveToG" "g")</scheme>
        <label>Note Names Move Cursor</label>
        <tooltip>Changes the shortcuts for note names a, b, c, d, e, f, g so that they move the cursor to the nearest note of that name.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
