How to assign "Go to" buttons to left/right pane

Dear DO,

I would like to associate [GO ... TO] buttons with the left or right pane (in a dual pane set up) only, meaning that pressing a [GO UP TO] button should always have an effect on the left pane, even if it is not the active pane at the moment.

Would that be possible?

Please, take a look at the screen capture to get an idea of my set up.

Kind Regards,


The commands are:

Go UP OPENINLEFT

Go UP OPENINRIGHT

Similar arguments will work with most "go" commands.

Be careful to put the "OPENINRIGHT" at the end of the command, as it can swallow an extra parameter if one comes after it, which can confuse things.

For example, this will work:

Go C:\ OPENINRIGHT

But this won't work:

[b]Go OPENINRIGHT C:[/b]

Dear Leo,

Thank you for your prompt reply.

Your suggestion worked great for Go UP OPENINLEFT and Go UP OPENINRIGHT.

I still have problems with Go FORWARD OPENINRIGHT and Go BACK OPENINRIGHT (and correspondingly the OPENINLEFT versions).

Can I configure those buttons in a similar/different way to do the job?

Kind Regards,
A

That might be a bug. We'll look into it!