Lircmap.xml

mattbatt, 04/16/2015 08:18 pm

Download (1.9 kB)

 
1
<!-- ~/.kodi/userdata/Lircmap.xml                                                 -->
2
<!--                                                                              -->
3
<!-- This file maps XBMC_buttons to LIRC_buttons                                  -->
4
<!-- and is works with a custom ~/.kodi/userdata/remote.xml which maps            -->
5
<!-- XBMC_buttons to actions                                                      -->
6
<!--                                                                              -->
7
<!-- How to add remotes                                                           -->
8
<!-- <remote device="name_Lirc_calls_the_remote">                                 -->
9
<!--                                                                              -->
10
<!-- For the commands the layout following layout is used                         -->
11
<!-- <XBMC_button>LIRC_button</XBMC_button>                                       -->
12
13
<lircmap>
14
  <remote device="Streamzap_PC_Remote">
15
    <power>POWER</power>
16
    <play>PLAY</play>
17
    <pause>PAUSE</pause>
18
    <stop>STOP</stop>
19
    <forward>FOWARD</forward>
20
    <reverse>REWIND</reverse>
21
    <left>LEFT</left>
22
    <right>RIGHT</right>
23
    <up>UP</up>
24
    <down>DOWN</down>
25
    <pageplus>CHANNELUP</pageplus>
26
    <pageminus>CHANNELDOWN</pageminus>
27
    <select>OK</select>
28
    <back>EXIT</back>
29
    <menu>MENU</menu>
30
    <title>RED</title>
31
    <info>GREEN</info>
32
    <display>YELLOW</display>
33
    <blue>BLUE</blue>
34
    <skipplus>NEXT</skipplus>
35
    <skipminus>PREVIOUS</skipminus>
36
    <record>RECORD</record>
37
    <volumeplus>VOLUMEUP</volumeplus>
38
    <volumeminus>VOLUMEDOWN</volumeminus>
39
    <mute>MUTE</mute>
40
    <record>RECORD</record>
41
    <one>1</one>
42
    <two>2</two>
43
    <three>3</three>
44
    <four>4</four>
45
    <five>5</five>
46
    <six>6</six>
47
    <seven>7</seven>
48
    <eight>8</eight>
49
    <nine>9</nine>
50
    <zero>0</zero>
51
  </remote>
52
</lircmap>