INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: From start view to library view  (Read 699 times)

tsmoke

  • Junior Woodchuck
  • **
  • Posts: 50
From start view to library view
« 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.
Logged

tsmoke

  • Junior Woodchuck
  • **
  • Posts: 50
Re: From start view to library view
« Reply #1 on: September 30, 2009, 01:00:04 pm »

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.

Code: [Select]
<!-- 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.
Logged
Pages: [1]   Go Up