Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Solved Adding custom CEC binding
#16
That's unfortunate. Thanks for the tip, awesome! One FLIRC dongle on its way to my address now! ;-)

Thanks again for all the help!
Reply
#17
Hmm... This FLIRC got me thinking. Is there some entry you can enter to make clear th bindings of a button on the remote aka. "unbind" the button?
Reply
#18
If you remap the action to "noop" (no operation) then you'll stop any functionality of the button, ie pressing it won't do anything.

Not sure if that's what you mean - details are on the wiki (keymaps (wiki))
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#19
(2021-01-25, 10:03)DarrenHill Wrote: If you remap the action to "noop" (no operation) then you'll stop any functionality of the button, ie pressing it won't do anything.

Not sure if that's what you mean - details are on the wiki (keymaps (wiki))

So in my case it would be e.g.
Code:
<keymap>
<global>
  <remote>
   <red>loop</red>
  </remote>
</global>
</keymap>
Right?
Reply
#20
Like this of course:

Code:
<keymap>
<global>
  <remote>
   <red>noop/red>
  </remote>
</global>
</keymap>
Reply
#21
Yes (to the second attempt, presumably without auto-correct Smile ).

At least after adding the < to the closing </red> tag anyway.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#22
Alright, thanks! I'll try it out tonight.
Reply
#23
Just adding a last post thanking you for helping me out! I am very pleased. Thanks! <3
Reply

Logout Mark Read Team Forum Stats Members Help
Adding custom CEC binding0