Kodi Community Forum

Full Version: Key bindings for Previous/NextChannelGroup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

In keyboard.xml there are bindings for Previous/NextChannelGroup:

Code:
<FullscreenLiveTV>
  <keyboard>
    <left>PreviousChannelGroup</left>
    <right>NextChannelGroup</right>
    <up>ChannelUp</up>
    <down>ChannelDown</down>
  </keyboard>
</FullscreenLiveTV>

Is it possible to create similar bindings for the MyPVR window?
I tried this:

Code:
<MyPVR>
  <keyboard>
    <left>PreviousChannelGroup</left>
    <right>NextChannelGroup</right>
  </keyboard>
</MyPVR>

But it does not work. I can see log messages:

Quote:------ Window Init (MyPVR.xml) ------
...
OnKey: left (0xf082) pressed, action is PreviousChannelGroup
...
OnKey: right (0xf083) pressed, action is NextChannelGroup

However, the group is not changing.