summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/remotes/favorites/streamzap/Lircmap.xml
blob: fe4aec4a5799d7d2b4a5d191cfd4aad7ab0dc342 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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>