Kodi Community Forum
Solved Adding custom CEC binding - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Solved Adding custom CEC binding (/showthread.php?tid=359237)

Pages: 1 2


RE: Adding custom CEC binding - pingaan1 - 2021-01-22

That's unfortunate. Thanks for the tip, awesome! One FLIRC dongle on its way to my address now! ;-)

Thanks again for all the help!


RE: Adding custom CEC binding - pingaan1 - 2021-01-25

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?


RE: Adding custom CEC binding - DarrenHill - 2021-01-25

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))


RE: Adding custom CEC binding - pingaan1 - 2021-01-25

(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?


RE: Adding custom CEC binding - pingaan1 - 2021-01-25

Like this of course:

Code:
<keymap>
<global>
  <remote>
   <red>noop/red>
  </remote>
</global>
</keymap>



RE: Adding custom CEC binding - DarrenHill - 2021-01-25

Yes (to the second attempt, presumably without auto-correct Smile ).

At least after adding the < to the closing </red> tag anyway.


RE: Adding custom CEC binding - pingaan1 - 2021-01-25

Alright, thanks! I'll try it out tonight.


RE: Adding custom CEC binding - pingaan1 - 2021-02-01

Just adding a last post thanking you for helping me out! I am very pleased. Thanks! <3