Kodi Community Forum
Solved Restore focus on power icon for Confluence (Leia) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Solved Restore focus on power icon for Confluence (Leia) (/showthread.php?tid=341279)



Restore focus on power icon for Confluence (Leia) - mentat - 2019-02-24

Greetings,

Using my TV remote control (Pulse-Eight CEC Adapter) to navigate "down" from the "navigation bar" to the "bottom border" on the Confluence "home" screen, the focus is now on the favorites icon (rather than the power icon) and I would like to know if this behavior can be restored (to that of previous versions)?

Here is an example of focus on the power icon for Confluence (Krypton)...

Image

Here is an example of focus on the favorites icon for Confluence (Leia)...

Image

Thanks.


RE: Restore focus on power icon for Confluence (Leia) - Trespasser - 2019-03-12

Yes, I'd like to know how to do that, too. I prefer the Krypton way to put focus back on the Power button, not Favorites, when scrolling down from the Menu Bar.


RE: Restore focus on power icon for Confluence (Leia) - bossanova808 - 2019-03-13

+1


RE: Restore focus on power icon for Confluence (Leia) - trogggy - 2019-03-13

You can change it by editing home.xml, but it will revert when the skin is updated.
To change the behaviour:
  • open skin.confluence/720p/Home.xml
  • Look for every instance of '<ondown>21</ondown>' and change 21 (favourites) to 20 (power).
  • Save the file
  • Reload the skin (if it's running)
Using notepad++'s search and replace function that takes less time than for me to type this post.


RE: Restore focus on power icon for Confluence (Leia) - mentat - 2019-03-14

(2019-03-13, 11:58)trogggy Wrote: You can change it by editing home.xml, but it will revert when the skin is updated.
To change the behaviour:
  • open skin.confluence/720p/Home.xml
  • Look for every instance of '<ondown>21</ondown>' and change 21 (favourites) to 20 (power).
  • Save the file
  • Reload the skin (if it's running)
Using notepad++'s search and replace function that takes less time than for me to type this post.   
 
I'm certainly grateful that you did take the time to type this post (as I would never have found this file or the appropriate command syntax on my own)...

For reference, the file is located here: '/storage/.kodi/addons/skin.confluence/720p/Home.xml' on my LibreELEC 9.0.1 (RPI2.arm) filesystem.

I wonder if @Hitcher would consider making '<ondown>20</ondown>' the default for Confluence (Leia) or perhaps as an option in Home window (Skin settings)?

Thanks.


RE: Restore focus on power icon for Confluence (Leia) - Trespasser - 2019-03-16

I also echo the previous post. Thank you very much for the info. Now the Power button focus is the way I want it.


RE: Restore focus on power icon for Confluence (Leia) - mentat - 2019-08-04

Greetings,

It appears that HitcherUK committed the changes to Restore focus on power icon for [skin.confluence] v4.6.4 (never released)? that have now taken effect with the recent release of [skin.confluence] v4.6.5

https://github.com/xbmc/skin.confluence/commit/b3e8f61b768f1250df92633850aa393acd0bdcba#diff-b942ba0417c628959b302b4fd6aee0ca

Thanks (again) to @Hitcher for supporting the Confluence legacy!