INTERACT FORUM
More => Old Versions => Media Center 14 (Development Ended) => Topic started by: tsmoke on September 30, 2009, 12:35:39 pm
-
Is there way to open new tab with the library view when the tree is hidden? When I use MC 14 on a small screen device and need to see more columns in the library view I hide the tree pane. The problem is that I don know how to open new tab with audio view. When I open new tab it is the start view. I couldn't find anything I can click on start view or menus to go to library view. I have to open tree scroll to audio, clink and hide tree pane again.
There are some internal links on start page (like mediajukebox://ShowHelp/whatever) but nothing about library. I've found some information about customizing the start view, but there is nothing about those mediajukebox:// URIs. O wiki pages I didn't find anything either.
-
I've just found some kind of workaround for my problem.
Following code put in Resource.xml maps Ctrl-Space to audio library view and Shift-space to Playing Now.
<!-- Start view workaround -->
<Entry Key="Ctrl;Space" Command="22015" Param="0" TranslateFlags="1" />
<Entry Key="Shift;Space" Command="22003" Param="1" TranslateFlags="1" />
Anyway I look forward to have configurable new tab view.