summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml')
-rw-r--r--linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml b/linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml
new file mode 100644
index 0000000..fe4aec4
--- /dev/null
+++ b/linhes/linhes-templates/templates/remotes/favorites/streamzap/Lircmap.xml
@@ -0,0 +1,52 @@
+<!-- ~/.kodi/userdata/Lircmap.xml -->
+<!-- -->
+<!-- This file maps XBMC_buttons to LIRC_buttons -->
+<!-- and is works with a custom ~/.kodi/userdata/remote.xml which maps -->
+<!-- XBMC_buttons to actions -->
+<!-- -->
+<!-- How to add remotes -->
+<!-- <remote device="name_Lirc_calls_the_remote"> -->
+<!-- -->
+<!-- For the commands the layout following layout is used -->
+<!-- <XBMC_button>LIRC_button</XBMC_button> -->
+
+<lircmap>
+ <remote device="Streamzap_PC_Remote">
+ <power>POWER</power>
+ <play>PLAY</play>
+ <pause>PAUSE</pause>
+ <stop>STOP</stop>
+ <forward>FORWARD</forward>
+ <reverse>REWIND</reverse>
+ <left>LEFT</left>
+ <right>RIGHT</right>
+ <up>UP</up>
+ <down>DOWN</down>
+ <pageplus>CHANNELUP</pageplus>
+ <pageminus>CHANNELDOWN</pageminus>
+ <select>OK</select>
+ <back>EXIT</back>
+ <menu>MENU</menu>
+ <title>RED</title>
+ <info>GREEN</info>
+ <display>YELLOW</display>
+ <blue>BLUE</blue>
+ <skipplus>NEXT</skipplus>
+ <skipminus>PREVIOUS</skipminus>
+ <record>RECORD</record>
+ <volumeplus>VOLUMEUP</volumeplus>
+ <volumeminus>VOLUMEDOWN</volumeminus>
+ <mute>MUTE</mute>
+ <record>RECORD</record>
+ <one>1</one>
+ <two>2</two>
+ <three>3</three>
+ <four>4</four>
+ <five>5</five>
+ <six>6</six>
+ <seven>7</seven>
+ <eight>8</eight>
+ <nine>9</nine>
+ <zero>0</zero>
+ </remote>
+</lircmap>