~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>SelectStaff</after>
        <action>SelectAllStaffs</action>
        <scheme>(let firststaff ()
(if (d-StaffUp)	 
	(firststaff)))
(d-UnsetMark)
(d-GoToBeginning)
(d-SetMark)
(let laststaff ()
(if (d-StaffDown)	 
	(laststaff)))
(d-GoToEnd)</scheme>
        <label>Select All Staffs</label>
        <tooltip>Selects the whole movement / All staffs</tooltip>
      </row>
    </map>
  </merge>
</Denemo>