Hi sotiris welcome!. I think you did the right decision
sfranky wrote:hi all!
is it possible to *single* click on a drive button, while focused on one pane, and open the drive's contents in the *other* pane? preferably it should be a right click, just like in ..dopus?

? Basically, it's the only feature really missing for me!
I have two buttons "L" and "R" to set the focus to Left or Right pane
and open an list of available drives
where i can select one to open:
http://www.xyplorer.com/xyfc/viewtopic. ... 908#p40908
For your request you could add an toolbar button with this script
This means: Focus inactive Pane ; open default drivelist command myco;
If you put this script into the "On Click" field you gets the list of drives right at the left click,
if you put it into the "on right-click" field you are provided with an option to execute that script by an additional left click.
The option to just right click and execute the script is currently not possible AFAIK,
because an right click have to access the original button-context menu too.
HTH a little?

Maybe others may improve this tip.