How to change default selected command on Live TV when hitting the Enter key
#1
Hi,

When watching Live TV in Kodi using Aeon Nox skin, if I hit the 'Enter' on my keyboard in order to show the top bar with the Pause, Stop, etc, it currently defaults to the EPG instead of the Stop button.

Is there a way to change this?

Thanks.
Reply
#2
keymap (wiki)
Reply
#3
This has nothing to do with my question though.. My question is related to the default selected icon in the top bar while pressing Enter to see that said top var.

lIf I switch to Confluence then it selects the Stop by default in the top bar instead of EPG.

This is skin related.
Reply
#4
Ahh.. I get what you mean now... Dont think there is a option for that, so I would start by looking in https://github.com/BigNoid/Aeon-Nox/blob...eoInfo.xml
Reply
#5
Thanks. Will look into this and report back.
Reply
#6
In VideoOSD.xml change:
Code:
<onload condition="VideoPlayer.Content(livetv)">SetFocus(808)</onload>
to this:
Code:
<onload condition="VideoPlayer.Content(livetv)">SetFocus(805)</onload>
Reply

Logout Mark Read Team Forum Stats Members Help
How to change default selected command on Live TV when hitting the Enter key0