Multi Commander > Feature Requests and Suggestions

starting on the left panel

(1/1)

tkuna:
If possible, MC should start with left panel active.
tkuna

Mathias (Author):
Not in an easy way yet. Since all tab are independent instances of an extension/plugin. The one that get the startup focus during startup is the one that get created last.

Until that can be done, there is a workaround for it using script.
You can create a User Defined Command that is automatically run after startup that changes the tab focus.

To auto run a command after startup you need to add the -AutoRun=<command to run> parameter to MultiCommander.exe

--- Code: ---MultiCommander.exe -AutoRun=AutoRun
--- End code ---

And then create a User Defined Command of "CustomCommand" type, That you name "AutoRun" (or what ever name you choose for the -AutoRun= parameter), Then in that command you can write

--- Code: ---MC.SetActivePanel PANEL=LEFT
--- End code ---

tkuna:
doesn't work any more
tkuna

Mathias (Author):
Works for me in 2.7.2

tkuna:
My mistake, sorry!

Navigation

[0] Message Index

Go to full version