How to 'Open in Other Pane' when Shift is pressed?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

How to 'Open in Other Pane' when Shift is pressed?

Post by jaywalker32 »

I want a folder to "Open in other pane" if I double-click on it with Shift pressed.

I tried this script for the CEA - Before Browsing a Folder:

Code: Select all

if(<get shift> == 1)
{
  #1062;
}
It works, but it also does the default action of the "double-click". It there a way to "cancel" the default action?

Or is there a better to do it? I looked at CFAs, but those are explicitly stated to work only for files.

admin
Site Admin
Posts: 61132
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to 'Open in Other Pane' when Shift is pressed?

Post by admin »

In case you don't know: Alt+LeftClick does the job.

jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Re: How to 'Open in Other Pane' when Shift is pressed?

Post by jaywalker32 »

Yeah, but that's only available in the tree, right? Unless there's someplace I can configure that for the List as well (to something like Alt-DblClick)?
On the list, there isn't a shortcut shown for the 'Open in Other Pane' context menu item like in the tree.

admin
Site Admin
Posts: 61132
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to 'Open in Other Pane' when Shift is pressed?

Post by admin »

True.

Post Reply