~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
<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>StartUpStems</action>
        <scheme>
		(d-InsertStem)
		(d-MoveCursorLeft)
		(d-StemUp)
		(d-MoveCursorRight)
	</scheme>
        <label>Stems Up</label>
        <tooltip>Stems from now on point upward.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>