<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>Help</after>
        <action>HelpAllFeatures</action>
        <scheme>;;HelpAllFeatures
(d-NewWindow)
(if  (d-OpenExample "AllFeaturesExplained.denemo")
	(d-PrintView)
	(begin
		(d-WarningDialog "System Example file not found. Check Installation")
		(d-Close)))</scheme>
        <label>Help for All Features</label>
        <tooltip>Opens a score with examples of many things you can create with Denemo with Explanations attached. Click on the explanations in the Print View window.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
