<?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")
	(begin
		(d-DirectiveDelete-score "PointAndClick")
		(d-InfoDialog (_ "Point-and-click is now On.\nThis means that you will be able to click on the typeset score to move the cursor to a given note, or do editing etc.\nGenerated PDF files will be larger though.")))
	(begin
		(d-InfoDialog (_ "Point-and-click is now Off.\nThis means that you will be not able to click on the typeset score to move the cursor to a given note, or do editing etc.\nGenerated PDF files will be smaller. Use this for pdf export"))
		(d-DirectivePut-score-prefix "PointAndClick" "\n\\pointAndClickOff\n")))
(d-SetSaved #f)	
</scheme>
        <label>Point and Click (Off/On)</label>
        <tooltip>When on, clicking on a note in the Print Preview window takes the cursor to that note. This works also for Rehearsal Marks and many other objects in the score. The only reason to turn it off is for export to PDF file via the Export menu. However, using print to file is a better way of doing this as then it is not needed.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
