Control boxes with text added.
[dasher.git] / Data / control / control.prepared_speech.txt.xml
blob8424ead19f348eb2b6ff398266376c596c95d898
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE control SYSTEM "control.dtd">
3 <control name="Speak From Prepared Document (ascii)">
5   <node name="CTL_MOVE" label="Move" color="-1">
6     
7     <node name="CTL_MOVE_BACKWARD" label="&lt;=" color="-1">
8       <node label="All" color="-1">
9         <move forward="no" dist="all"/>
10         <ref name="CTL_MOVE"/>
11         <ref name="CTL_SPEAK"/>
12       </node>
13       <node label="Paragraph" color="-1">
14         <move forward="no" dist="paragraph"/>
15         <ref name="CTL_MOVE"/>
16         <ref name="CTL_SPEAK"/>
17       </node>
18       <node label="Sentence" color="-1">
19         <move forward="no" dist="sentence"/>
20         <ref name="CTL_MOVE"/>
21         <ref name="CTL_SPEAK"/>
22       </node>
23     </node>
25     <node name="CTL_MOVE_FORWARD" label="=&gt;" color="-1">
27       <node label="Sentence" color="-1">
28         <move forward="yes" dist="sentence"/>
29         <ref name="CTL_MOVE"/>
30         <ref name="CTL_SPEAK"/>
31       </node>
32       <node label="Paragraph" color="-1">
33         <move forward="yes" dist="paragraph"/>
34         <ref name="CTL_MOVE"/>
35         <ref name="CTL_SPEAK"/>
36       </node>
37       <node label="All" color="-1">
38         <move forward="yes" dist="all"/>
39         <ref name="CTL_MOVE"/>
40         <ref name="CTL_SPEAK"/>
41       </node>
42     </node>
43   </node>
45   <node  name="CTL_SPEAK" label="Speak" color="241">
47     <node label="Stop" color="242">
48       <speak what="cancel"/>
49       <ref name="CTL_MOVE"/>
50       <ref name="CTL_SPEAK"/>
51     </node>
52     <node label="Repeat" color="241">
53       <speak what="repeat"/>
54       <ref name="CTL_MOVE"/>
55       <ref name="CTL_SPEAK"/>
56     </node>
57     <node label="Sentence" color="-1">
58       <speak what="sentence"/>
59       <move forward="yes" dist="sentence"/>
60       <ref name="CTL_MOVE"/>
61       <ref name="CTL_SPEAK"/>
62     </node>
63     <node label="Paragraph" color="-1">
64       <speak what="paragraph"/>
65       <move forward="yes" dist="paragraph"/>
66       <ref name="CTL_MOVE"/>
67       <ref name="CTL_SPEAK"/>
68     </node>
69   </node>
70 </control>