diff options
author | vdrfan <vdrfan@svn> | 2010-07-23 14:22:54 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-07-23 14:22:54 +0000 |
commit | 0a50d11390b73f7d2d6cc89743878c29c95cfe66 (patch) | |
tree | 59bce867e158b06296e0a87fba5c0551d1be5e75 /system | |
parent | 875f4a6d68f31f078e1d3fbe6831eaa990494e79 (diff) |
fixed: remap mytv to open up the library for tv shows (thanks dandel)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32101 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/remote.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index 242857727d..f7de5529b4 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -67,7 +67,7 @@ <myvideo>XBMC.ActivateWindow(MyVideos)</myvideo> <mymusic>XBMC.ActivateWindow(MyMusic)</mymusic> <mypictures>XBMC.ActivateWindow(MyPictures)</mypictures> - <mytv>XBMC.ActivateWindow(Home)</mytv> + <mytv>XBMC.ActivateWindow(VideoLibrary,TvShows)</mytv> <red>XBMC.ActivateWindow(Home)</red> <green>XBMC.ActivateWindow(MyVideos)</green> <yellow>XBMC.ActivateWindow(MyMusic)</yellow> |