Page 1 of 1

One click to make the L panel display what the R is showing

Posted: 22 Nov 2016 00:58
by pikov
Suppose the left pane is showing C:\Programs\niftySoftware and the right is showing H:\users\pikov\downloads.

What's the quickest way to get the L pane to show H:\users\pikov\downloads ?

Thanks.

Re: One click to make the L panel display what the R is show

Posted: 22 Nov 2016 01:41
by highend
Menu Panes - Go to Other Location

or even faster with a single line script (only possible in the pro edition):

Code: Select all

goto get("path", "i");
and that on a keyboard shortcut...

Re: One click to make the L panel display what the R is show

Posted: 22 Nov 2016 02:03
by pikov
highend wrote:Menu Panes - Go to Other Location

or even faster with a single line script (only possible in the pro edition):

Code: Select all

goto get("path", "i");
and that on a keyboard shortcut...
Thanks! That's actually two clicks. :-)

Have to read up on XY kb shortcuts.

Re: One click to make the L panel display what the R is show

Posted: 22 Nov 2016 03:54
by kunkel321
I have a custom user button assigned to "#1062" which is "open in other pane."