Multi Commander > Support and Feedback

Copy / Move between panes without dialog box

(1/2) > >>

Tejas:
How does one Copy / Move Files between panes skipping the dialog box. Its the only thing i am missing since i started using multicommander.
I was thinking a hotkey like for eg. ctrl + f4 (in windows explorer mode) and ctrl+f6 for move would be nice like in freecommander.  Its an advantage of dual pane file manager to quickly copy files with one hotkey when you don't need any of the advanced options the copy/move dialog box provides, imo.

Thanks.

Jungle:
You may create user command


--- Code: ---MC.Explorer.Copy NODIALOG
--- End code ---

or


--- Code: ---MC.Explorer.Move NODIALOG
--- End code ---

It will copy selected items from the active panel to the opposite one without dialog.

Or you may use MultiScript to create something more advanced.

Tejas:
Thanks Jungle for answering.
I created this user command for copy and assigned hotkey [ctrl+shift+c]. Works nicely.  :)
I wonder if these commands should be there in MC out of the box with easier hotkeys assigned. I guess lot of people would be needing this. Great workaround though !

Ulfhednar:
Both forms have their advantages, I would like to know how to make -dialog on left click & +dialog on right click... ;)

I know it is a lot of work but I'd like to learn more on multi-script, are there any more of the in-depth resources yet?

Mathias (Author):
Here is how the MultiScript language works.

http://multicommander.com/docs/multiscript/languagesyntax

Navigation

[0] Message Index

[#] Next page

Go to full version