in case it helps, here's a screenshot of the icon it uses, too.


And another question to Dual Pane users: Are these commonly used/needed functions (set one pane to the path of the other)? In that case I would lift them to main menu level.admin wrote: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.
Ah, this kind of answers my previous question.TsunamiZ wrote:in my previous file manager, the function was called "same folder"
in case it helps, here's a screenshot of the icon it uses, too.
Code: Select all
focus PI; //focus on other pane
#1070; //Go to other location
focus PI; //return focusHaa, i was just about to write this exact script here. I use this often too except that I have ctrl+` assigned to it.Gandolf wrote:T.C.'s term is "Target = Source". The active pane is, obviously, the source and the inactive the target.
You can easily do what you want in XY with a script:I've used it with no problem, assigned to Ctrl+=.Code: Select all
focus PI; //focus on other pane #1070; //Go to other location focus PI; //return focus
Sync implies (to me) file matching so that's out for me...admin wrote:I like "Go to other location", so I would prefer to find a matching (reverse) expression for it.
"Let(Make?) other pane go(come?) here"
"Go here in other pane"
"Synch other pane"
+1... It's a go to action, so if it's not part of the Go menu it must contain "Go".j_c_hallgren wrote:"Go here in other pane" isn't bad either...