Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

Key bindings for Previous/NextChannelGroup

$
0
0
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.

Viewing all articles
Browse latest Browse all 84005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>