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="✢" color="-1">
<node name="CTL_MOVE_BACKWARD" label="⇦" color="-1">
<node label="🗐" color="-1">
<move forward="no" dist="all"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label="¶" color="-1">
<move forward="no" dist="paragraph"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label=".⁉" color="-1">
<move forward="no" dist="sentence"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
</node>
<node name="CTL_MOVE_FORWARD" label="⇨" color="-1">
<node label=".⁉" color="-1">
<move forward="yes" dist="sentence"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label="¶" color="-1">
<move forward="yes" dist="paragraph"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label="🗐" color="-1">
<move forward="yes" dist="all"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
</node>
</node>
<node name="CTL_SPEAK" label="🗣" color="241">
<node label="⏹" color="242">
<speak what="cancel"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label="🔃" color="241">
<speak what="repeat"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label=".⁉" color="-1">
<speak what="sentence"/>
<move forward="yes" dist="sentence"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
<node label="¶" color="-1">
<speak what="paragraph"/>
<move forward="yes" dist="paragraph"/>
<ref name="CTL_MOVE"/>
<ref name="CTL_SPEAK"/>
</node>
</node>
</control>
|