It should be pretty simple, but I just can't find it.
How can I align the content of my inactive panel to the active one with just one click?
Same content in both panels with one click?
-
highend
- Posts: 14926
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Same content in both panels with one click?
Are you talking about syncing?
Menu - Panes - Sync Folders...
With one click only? Look at the documentation for the scripting command
Menu - Panes - Sync Folders...
With one click only? Look at the documentation for the scripting command
sync...One of my scripts helped you out? Please donate via Paypal
-
AfriCola
- Posts: 8
- Joined: 22 Jun 2023 22:08
Re: Same content in both panels with one click?
no, I don't mean synchronizing files or folders.
I also use the Speedcommander and there is a button where I can adjust the content of the inactive panel to the active one with just one click.
Example
Active first panel shows "H:\Emails".
Inactive 2nd panel shows "G:\Backup\PC\Scans\2011-04-30".
after a click on the button
-> now both panels show "H:\Emails".
I also use the Speedcommander and there is a button where I can adjust the content of the inactive panel to the active one with just one click.
Example
Active first panel shows "H:\Emails".
Inactive 2nd panel shows "G:\Backup\PC\Scans\2011-04-30".
after a click on the button
-> now both panels show "H:\Emails".
-
highend
- Posts: 14926
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Same content in both panels with one click?
Create e.g. a user button and use this script:
Code: Select all
$aPane = <curpath>;
focus "PI";
goto $aPane;
focus "PI";
One of my scripts helped you out? Please donate via Paypal
-
AfriCola
- Posts: 8
- Joined: 22 Jun 2023 22:08
Re: Same content in both panels with one click?
This is exactly what I was looking for. Thanks a lot!
At least I wasn't blind, since there doesn't seem to be a ready-made function for this.
At least I wasn't blind, since there doesn't seem to be a ready-made function for this.
-
jupe
- Posts: 3446
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: Same content in both panels with one click?
Panes | Go Here in Other Pane
-
Horst
- Posts: 1374
- Joined: 24 Jan 2021 12:27
- Location: Germany
Re: Same content in both panels with one click?
I also miss a simple default shortcut for making the active and inactive path the same.
Such a function is available in most other file managers.
There should not be a script necessary for this.
Such a function is available in most other file managers.
There should not be a script necessary for this.
Windows 11 Home, Version 25H2 (OS Build 26200.8457)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99
-
AfriCola
- Posts: 8
- Joined: 22 Jun 2023 22:08
Re: Same content in both panels with one click?
Yes indeed.
-
admin
- Site Admin
- Posts: 66102
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Same content in both panels with one click?
As jupe said: Panes | Go Here in Other Pane
Assign a key to it. What's the problem?
Assign a key to it. What's the problem?
FAQ | XY News RSS | XY X
XYplorer Beta Club