<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>ScoreBlockProlog</after>
        <action>PointAndClick</action>
        <scheme>;;;;;;;; PointAndClick
(if (d-Directive-score? "PointAndClick")
	(d-DirectiveDelete-score "PointAndClick")
	(d-DirectivePut-score-prefix "PointAndClick" "\n\\pointAndClickOff\n"))
(d-SetSaved #f)	
</scheme>
        <label>Point and Click (Off/On)</label>
        <tooltip>When on, clicking on the pdf output executes a command to run an editor on the LilyPond at the relevant point. Not yet integrated in Denemo.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
