Hi,
In keyboard.xml there are bindings for Previous/NextChannelGroup:
Is it possible to create similar bindings for the MyPVR window?
I tried this:
But it does not work. I can see log messages:
However, the group is not changing.
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.