Returning to Home Screen when addon close

Hi,

New to this site, and loving kodi obviously. I’m currently building a new build from scratch and was looking for a way to force addons to return to the main Home screen in Kodi when closing the addon.
What happens is that the addon is taking me back to the programs menu, I have to hit back again and it takes me to another window where i can view my files, playlists and video addons.
After the third “back” attempt it takes me to my home screen. Is there a way to automaticly return to home screen when closing an addon?

The addon in question is Maintanence Tool.
Somewhere in this tool I found the “Clear Cache” program which I added to my super favorites folder.

<favourite name=”Clear Cache” thumb=”http://tribeca.tvaddons.ag/tools/maintenance/thumbs/clearcache.jpg”>ActivateWindow(10001,&quot;plugin://plugin.video.xbmchubmaintenance/?fanart=C%3a%5cUsers%5cMediaCenter%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.​video.xbmchubmaintenance%5cfanart.jpg&amp;iconimage=http%3a%2f%2ftribeca.tvaddons.ag%2ftools%2fmaintenance%2fthumb​s%2fclearcache.jpg&amp;mode=4&amp;name=Clear%20Cache&amp;url=url&quot;,return)</favourite>
<favourite name=”QuickSupport” thumb=”androidapp://sources/apps/com.teamviewer.quicksupport.market.png”>StartAndroidActivity(&quot;com.teamviewer.quicksupport.market?sf_options=desc%3Dtestdesc%26_option​s_sf&quotWink</favourite>

I cannot find anything related to this in other threads.
I’ve tried replacing ActivateWindow(10001, to PlayMedia( but nothing works please help.