blob: 7a0bed7d15661d131d4851f5b1add3117c0ff6a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">999</defaultcontrol>
<controls>
<control type="button" id="999">
<left>0</left>
<top>0</top>
<width>100%</width>
<height>100%</height>
<texturefocus />
<texturenofocus />
<onright>StepForward</onright>
<onleft>StepBack</onleft>
<onup>ChapterOrBigStepForward</onup>
<ondown>ChapterOrBigStepBack</ondown>
<onclick>OSD</onclick>
</control>
</controls>
</window>
|