Kodi Community Forum
rebind up/down to not change channels - 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: MediaPortal (https://forum.kodi.tv/forumdisplay.php?fid=171)
+---- Thread: rebind up/down to not change channels (/showthread.php?tid=307705)



rebind up/down to not change channels - solidservo - 2017-02-21

Inside the TV section UP/DOWN changes channels, which means that it does not work like in the Videos/Movies sections.

How can I change the UP/DOWN function inside the TV module so that it behaves the same as in Videos/Movies?


RE: rebind up/down to not change channels - mrkaras - 2017-11-25

may not be exactly what you are after but I found up/down changing channels was a problem for me accidently changing channels and so I set the setting to ask for conformation when changing channels, and found that it disabled the up/down channel change completely. what does it do in the video section, big step forwards/back? the setting I suggested won't enable that but at least it will stop you accidently changing channels if that's the issue.


RE: rebind up/down to not change channels - toddos - 2017-12-20

(2017-02-21, 08:47)solidservo Wrote: Inside the TV section UP/DOWN changes channels, which means that it does not work like in the Videos/Movies sections.

How can I change the UP/DOWN function inside the TV module so that it behaves the same as in Videos/Movies?
 I have this mapped in my userdata\keymaps\keyboard.xml file:

Code:
<keymap>
    <FullScreenLiveTV>
        <keyboard>
            <up>ActivateWindow(pvrosdchannels)</up>
            <down>ActivateWindow(pvrosdchannels)</down>
        </keyboard>
    </FullScreenLiveTV>
</keymap>

That pops up the small channel window so I can scroll through and change other channels.  You can map it to other behavior if you prefer.


RE: rebind up/down to not change channels - Atreyu - 2017-12-20

Go to settings-pvr&livetv-playback-confirm channel switching by pressing ‘ok’.
I believe ksooo put that in and i still thank him for it :-D