File: control.prepared_speech.xml

package info (click to toggle)
dasher 5.0.0~beta~repack2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 70,872 kB
  • sloc: xml: 181,314; cpp: 70,860; java: 8,020; python: 3,579; makefile: 939; sh: 324; ansic: 223; perl: 71
file content (71 lines) | stat: -rw-r--r-- 2,057 bytes parent folder | download | duplicates (5)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE control SYSTEM "control.dtd">
<control name="Speak From Prepared Document (symbols)">

  <node name="CTL_MOVE" label="&#10018;" color="-1">
    
    <node name="CTL_MOVE_BACKWARD" label="&#8678;" color="-1">
      <node label="&#128464;" color="-1">
        <move forward="no" dist="all"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
      <node label="&#182;" color="-1">
        <move forward="no" dist="paragraph"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
      <node label=".&#8265;" color="-1">
        <move forward="no" dist="sentence"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
    </node>

    <node name="CTL_MOVE_FORWARD" label="&#8680;" color="-1">

      <node label=".&#8265;" color="-1">
        <move forward="yes" dist="sentence"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
      <node label="&#182;" color="-1">
        <move forward="yes" dist="paragraph"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
      <node label="&#128464;" color="-1">
        <move forward="yes" dist="all"/>
        <ref name="CTL_MOVE"/>
        <ref name="CTL_SPEAK"/>
      </node>
    </node>
  </node>

  <node  name="CTL_SPEAK" label="&#128483;" color="241">

    <node label="&#9209;" color="242">
      <speak what="cancel"/>
      <ref name="CTL_MOVE"/>
      <ref name="CTL_SPEAK"/>
    </node>
    <node label="&#128259;" color="241">
      <speak what="repeat"/>
      <ref name="CTL_MOVE"/>
      <ref name="CTL_SPEAK"/>
    </node>
    <node label=".&#8265;" color="-1">
      <speak what="sentence"/>
      <move forward="yes" dist="sentence"/>
      <ref name="CTL_MOVE"/>
      <ref name="CTL_SPEAK"/>
    </node>
    <node label="&#182;" color="-1">
      <speak what="paragraph"/>
      <move forward="yes" dist="paragraph"/>
      <ref name="CTL_MOVE"/>
      <ref name="CTL_SPEAK"/>
    </node>
  </node>
</control>