Make the other pane show the current pane's folder?
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Make the other pane show the current pane's folder?
Anyone know if there is a command to make the other pane show the current pane's folder?
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: Make the other pane show the current pane's folder?
Did you even look at the "Panes" menu before you posted this?
Please look before you write!
Ok, so there isn't a way to move/copy all the tabs to the other pane but the current tab can be done so quite easily.
Please look before you write!
Ok, so there isn't a way to move/copy all the tabs to the other pane but the current tab can be done so quite easily.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
i'm hoping there is a way to do similar without creating a new tab in the other pane. i just want the folder in the other pane to switch to viewing the folder in my current pane without creating a new tab. is there a command that can do this?
i'm also looking for a command that can swap the 2 active folders between the panes...
i'm also looking for a command that can swap the 2 active folders between the panes...
-
admin
- Site Admin
- Posts: 66348
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Make the other pane show the current pane's folder?
There's a command for vice versa:TsunamiZ wrote:Anyone know if there is a command to make the other pane show the current pane's folder?
CKS / Miscellaneous / List / Go to Other Location
Since its in the "Miscellaneous" category it is not reachable via the main menu. You need to apply a KS to it, or use it in a script (as #1070;).
FAQ | XY News RSS | XY X
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
thanks. is there also another command that can swap the folders between the panes? so that the 2 folders switch sides?
-
admin
- Site Admin
- Posts: 66348
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Make the other pane show the current pane's folder?
No, but you can drag tabs across panes, so that's easily done.TsunamiZ wrote:thanks. is there also another command that can swap the folders between the panes? so that the 2 folders switch sides?
FAQ | XY News RSS | XY X
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
ok ill just do that for now. but it would be nice to see a "swap panes" command to make it quicker.
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
Re: Make the other pane show the current pane's folder?
If all you want is to swap the current folder of both panes, just assign this script to whatever you want :
Should do the trick.
Code: Select all
$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;Proud XYplorer Fanatic
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
that makes the current pane folder show the other pane folder. is there a way to switch this behavior? to make the other pane folder show the current pane folder?jacky wrote:If all you want is to swap the current folder of both panes, just assign this script to whatever you want :Should do the trick.Code: Select all
$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;
-
admin
- Site Admin
- Posts: 66348
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Make the other pane show the current pane's folder?
Yes, there's a command in CKS/Miscellaneous / List / Go to Other Location. Just apply a KS or create a user button for it (#1070;).TsunamiZ wrote:that makes the current pane folder show the other pane folder. is there a way to switch this behavior? to make the other pane folder show the current pane folder?jacky wrote:If all you want is to swap the current folder of both panes, just assign this script to whatever you want :Should do the trick.Code: Select all
$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;
FAQ | XY News RSS | XY X
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
that makes the current pane folder show the other pane folder. is there a way to switch this behavior? to make the other pane folder show the current pane folder?
-
admin
- Site Admin
- Posts: 66348
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Make the other pane show the current pane's folder?
Whoops. Well, focus the other pane, then Go to Other Location.
FAQ | XY News RSS | XY X
-
TsunamiZ
- Posts: 275
- Joined: 11 Jul 2005 07:36
Re: Make the other pane show the current pane's folder?
im trying to not need that extra step. that's why i wonder if there is a way to make the other pane folder show the current pane folder. can this function be added in a future version?admin wrote:Whoops. Well, focus the other pane, then Go to Other Location.
-
admin
- Site Admin
- Posts: 66348
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Make the other pane show the current pane's folder?
How would you call it?TsunamiZ wrote:im trying to not need that extra step. that's why i wonder if there is a way to make the other pane folder show the current pane folder. can this function be added in a future version?admin wrote:Whoops. Well, focus the other pane, then Go to Other Location.
FAQ | XY News RSS | XY X
XYplorer Beta Club