Kodi Community Forum

Full Version: Keyboard shortcut to go to "recently added movies/tv shows"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
What command should in keyboard.xml to go directly to recently added movies/episodes?
thanks
I think it would look something like this:

Code:
<a>ActivateWindow(Videos,videodb://recentlyaddedmovies/)</a>
<b>ActivateWindow(Videos,videodb://recentlyaddedepisodes/)</b>
Thank you.