Separate Back, Forward and Up buttons for left/right panes?

Hi!

From here i know how to create two Location Bars: use LEFT and RIGHT arguments.

But that method won't work for Back, Forward and Up buttons. I also tried OPENINLEFT and failed too.


So how do i do that?

For going up a level, Go UP BACK OPENINLEFT seems to work okay to me. (I suspect it only does what you want here by accident, but it does seem to. :slight_smile:)

For the Back and Forward buttons, I'm not sure if there is a better way than this kludge (which will change which side has the focus and is the source):

Set SOURCE=Left
dopusrt /cmd Go BACK

(And similar for Right, Forward, etc.)