diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:45:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:45:40 -0500 |
commit | 359294c33620c8328d61f67635046d7cc060530c (patch) | |
tree | f2ac08fdad8860f7bc1ac76203e31013a799fda7 /tdelirc/remotes/hauppauge.remote.xml | |
parent | 7be7990fc5770d2cbcd937772e8239167b5900c6 (diff) | |
download | tdeutils-359294c33620c8328d61f67635046d7cc060530c.tar.gz tdeutils-359294c33620c8328d61f67635046d7cc060530c.zip |
Rename kdessh -> tdessh and kdelirc -> tdelirc.
Diffstat (limited to 'tdelirc/remotes/hauppauge.remote.xml')
-rw-r--r-- | tdelirc/remotes/hauppauge.remote.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tdelirc/remotes/hauppauge.remote.xml b/tdelirc/remotes/hauppauge.remote.xml new file mode 100644 index 0000000..4d2a402 --- /dev/null +++ b/tdelirc/remotes/hauppauge.remote.xml @@ -0,0 +1,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> |