Page 1 of 1

Change stacking behavior of screens

New postPosted: Wed Apr 15, 2009 10:43 am
by arkolbus
It looks like you keep track of the screen order by placing them in a stack, so that the escape key properly returns to the previous screen. This makes sense, except as it is implemented, it is possible to have the same screen at multiple positions in the stack.

For example, I usually toggle between the playlist and download screens, so these get piled on the stack. When I want to return to the main screen, the only way to get there is to use the escape key to escape out of all those screens (download->playlist->download->playlist->...->main).

Is there a way you can remove duplicate screens from the stack, or at least give the main screen a keyboard shortcut? Maybe the keyboard shortcut to main could also empty the stack, but I'm not sure if that's necessary.

Re: Change stacking behavior of screens

New postPosted: Wed Apr 15, 2009 3:24 pm
by marwatk
I was wondering if this would be a problem for anyone :)

It worked fine until we started introducing all the kb shortcuts that allow the stack to get all sorts of crazy. I'll put it on my list to clean that up.

-Marcus