Backspace functionality
#16
So I figured it out after lots of searching + trial and error

So in case anyone else is wondering...

It turns out I had to add edit the HomeSubMenu.xml for reFocus

Code:
<content>
                    <item id="1">
                        <label>$LOCALIZE[1024]</label>
                        <onclick>ActivateWindow(videolibrary,tvshowtitles)</onclick>
                        <visible>Library.HasContent(tvshows)</visible>
                    </item>

so i added
Code:
,return
after tvshowtitles

Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>

Then i did the same for movietitles, recentlyadded etc.

Now I can navigate to TV Shows, Chuck, season 1, etc and when i use the back function it will skip the Year, genre, title etc. and go to Home menu

Edit: turns out i had to add the ,return to HomeMenu.xml
Reply

Logout Mark Read Team Forum Stats Members Help
Backspace functionality0