How to configure remote/keyboard for VDR OSD - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: How to configure remote/keyboard for VDR OSD (/showthread.php?tid=162830) |
How to configure remote/keyboard for VDR OSD - FernetMenta - 2013-04-19 In order to navigate VDR's UI it is essential to use color buttons but those have predefined functions in XBMC. You can remap any button/key when being in OSD mode. Just add a section "Addon" to your remote.xml or keybord.xml: Code: <Addon> You can override other buttons as well but on a default XBMC installation you only need to override the color buttons.. Those are the actions/buttons recognized by VDR: Code: ACTION_MOVE_LEFT RE: How to configure remote/keyboard for VDR OSD - RageCrap - 2015-02-23 I use the android Yatse Remote app for my phone to controll Kodi and dont own a keyboard or remote. I dont suppose the is anyway for me to control the plugin with that? Failing that could i set it up via ssh ? RE: How to configure remote/keyboard for VDR OSD - Uatschitchun - 2017-01-06 Is it correct that VDR's OSD is only accessible from within addon settings? RE: How to configure remote/keyboard for VDR OSD - FernetMenta - 2017-01-06 No, it is accessible via PVR settings - client specific RE: How to configure remote/keyboard for VDR OSD - Uatschitchun - 2017-01-09 That's what I meant, thx :-) |