blob: 4d2a40209a7ae60aa228c1ee1158c01fd1f92730 (
plain)
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
|
<?xml version="1.0" ?>
<!DOCTYPE remote SYSTEM "remote.dtd">
<remote id="Hauppauge">
<name>Hauppauge</name>
<author>Dirk Ziegelmeier</author>
<information>Bundled with WinTV PCI, PVR</information>
<button id="0" class="number" parameter="0"/>
<button id="1" class="number" parameter="1"/>
<button id="2" class="number" parameter="2"/>
<button id="3" class="number" parameter="3"/>
<button id="4" class="number" parameter="4"/>
<button id="5" class="number" parameter="5"/>
<button id="6" class="number" parameter="6"/>
<button id="7" class="number" parameter="7"/>
<button id="8" class="number" parameter="8"/>
<button id="9" class="number" parameter="9"/>
<button id="TV"><name>TV</name></button>
<button id="RADIO"><name>Radio</name></button>
<button id="CH-" class="channeldown"><name>Channel Down</name></button>
<button id="CH+" class="channelup"><name>Channel Up</name></button>
<button id="VOL-" class="volumedown"><name>Volume Down</name></button>
<button id="VOL+" class="volumeup"><name>Volume Up</name></button>
<button id="MUTE" class="mute"><name>Mute</name></button>
<button id="SOURCE"><name>Source</name></button>
<button id="FULL_SCREEN" class="fullscreen"><name>Fullscreen</name></button>
<button id="RESERVED"><name>Reserved</name></button>
<button id="MINIMIZE"><name>Minimize</name></button>
</remote>
|