2021-01-13, 00:51
On v18.9.
With the default estuary skin, clicking TV from the main menu will go to tvchannels. Then while watching a channel, I have it configured that pressing <left> will bring up the tvchannels window so I can select another channel.
To try to fix this, I used...
It seems like I want <back> to do different things under the same tvchannels window depending on if video is playing or not, which is a logic I don't think kodi supports in the keymap.
I thought maybe there is a parameter for ActivateWindow or ReplaceWindow that will somehow define which window to go back to, but my trial and error testing hasn't worked yet.
Help?
With the default estuary skin, clicking TV from the main menu will go to tvchannels. Then while watching a channel, I have it configured that pressing <left> will bring up the tvchannels window so I can select another channel.
Quote: <FullscreenLiveTV>But when I have the tvchannels window opened and decide to not select any channel and just press <back>, I'm undesirably returned to the kodi home menu with the channel still playing in the background instead of taking me back to the playing channel.
<keyboard>
<backspace>Stop</backspace>
<left>ActivateWindow(tvchannels)</left>
</keyboard>
</FullscreenLiveTV>
To try to fix this, I used...
Quote: <tvchannels>But say I'm back at the home menu and click TV to get to the tvchannels window. Now can't use <back> to get back to the home menu because now it just tries to activate fullscreenlivetv, which doesn't do anything since no channel is playing.
<keyboard>
<backspace>ActivateWindow((FullscreenLiveTV)</backspace>
</keyboard>
</tvchannels>
It seems like I want <back> to do different things under the same tvchannels window depending on if video is playing or not, which is a logic I don't think kodi supports in the keymap.
I thought maybe there is a parameter for ActivateWindow or ReplaceWindow that will somehow define which window to go back to, but my trial and error testing hasn't worked yet.
Help?