Problem: LIRC repeats
|
1st Feb, 2016, 07:36 AM
Post: #17
|
|||
|
|||
RE: LIRC repeats
(11th Aug, 2015 11:58 PM)Colin Burton Wrote: Did you ever find an answer to this? I just setup my remote and encountered the same issue. I had the same problem and solved it!! When you are recording keys or you are using a template for your remote, all remote buttons are assigned to a default name listed here: Terminal $ irrecord --list-namespace For example in this xbox.conf file I created for an XBOX remote, I replaced "KEY_" with "xbox_": Code: # Please make this file available to others Then in your KODI userdata folder create a Lircmap.xml file to map these buttons. Something like that: Code: <lircmap> Please note that these names like "volumeminus" are predifined by Kodi. You can find a list here: XBMC/Lircmap Finally, in your userdata/keymaps folder create a keymap.xml file to map those buttons to real KODI actions. Your keymap.xml should look something like this: Code: <keymap> More info about the above file can be found here: KODI/keymaps[/term][/quote] p.s. You don't need to create an advancedsettings.xml file, but if you create it anyway, it will function properly regarding repeat and delay times ![]() |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
LIRC repeats - makon - 28th Apr, 2015, 11:12 PM
RE: LIRC repeats - zurdar - 10th May, 2015, 03:37 PM
RE: LIRC repeats - CurlyMo - 11th May, 2015, 06:34 AM
RE: LIRC repeats - zurdar - 11th May, 2015, 02:08 PM
RE: LIRC repeats - CurlyMo - 11th May, 2015, 08:13 PM
RE: LIRC repeats - zurdar - 14th May, 2015, 10:50 PM
RE: LIRC repeats - CurlyMo - 15th May, 2015, 12:00 AM
RE: LIRC repeats - zurdar - 15th May, 2015, 05:20 AM
RE: LIRC repeats - CurlyMo - 16th May, 2015, 12:41 AM
RE: LIRC repeats - zurdar - 16th May, 2015, 12:43 AM
RE: LIRC repeats - CurlyMo - 16th May, 2015, 04:08 AM
RE: LIRC repeats - zurdar - 16th May, 2015, 05:05 AM
RE: LIRC repeats - Colin Burton - 11th Aug, 2015, 11:58 PM
RE: LIRC repeats - jvig - 1st Feb, 2016 07:36 AM
RE: LIRC repeats - zurdar - 12th Aug, 2015, 12:25 AM
RE: LIRC repeats - eauland - 26th Aug, 2015, 03:13 AM
RE: LIRC repeats - Bignumbas - 4th Jan, 2016, 12:34 PM
RE: LIRC repeats - Skywatch - 2nd Feb, 2016, 07:00 PM
RE: LIRC repeats - Pow_2k - 3rd Feb, 2016, 08:28 AM
|