Multi Commander > Support and Feedback

Command reference and how to change keyboard shortcuts

(1/1)

animanta:
Hi, I've been loving MC. But I need to be able to do some things in order to be able to switch from my current file manager.
One of them is to be able to find the reference, the list to the internal command codes, since I cannot find the associated command in the keyboard shortcuts configuration window to, for instance, change the keyboard shortcuts to sort files by columns, like described in this part of the docs in the attached image.

Nor can I find how to change the keyboard shortcut to focus on the command bar at the top. I'm used to Ctrl+L, but that opens the Application Log.

Any insights?  ;D

Mathias (Author):
You mean you want to move input focus to the command line field ? so you can type command into that ?
You can assign hotkey for that in "core" module.. "Change input focus to the commandline field"
you can also configure so it automatically switch to that if you start tying . with or without holding some modifier key like ctrl/alt.. that is done in explorer panel settings

And holding shift while export list to file in customized key. it will include the internal commands code for the commands.

Change key for sorting is currently not customizable.. But you can create a Custom Command what that calls MC.Explorer.Sort and then assign that command to the hotkey you want

animanta:

--- Quote from: Mathias (Author) on August 10, 2025, 14:35:06 ---You mean you want to move input focus to the command line field ? so you can type command into that ?

--- End quote ---

Mathias, thank you for personally showing up and congratulations for your work! I really don't know how I missed that.


--- Quote ---you can also configure so it automatically switch to that if you start tying . with or without holding some modifier key like ctrl/alt.. that is done in explorer panel settings
--- End quote ---

Nice too! That one ChatGPT and Gemini got it right; I regret it deeply these two models are not quite acquainted with MC just yet.


--- Quote ---And holding shift while export list to file in customized key. it will include the internal commands code for the commands.
--- End quote ---


Duly noted! We could have these in a section of a documentation, what do you think?


--- Quote ---Change key for sorting is currently not customizable.. But you can create a Custom Command what that calls MC.Explorer.Sort and then assign that command to the hotkey you want
--- End quote ---

Ahh, that's sad. Especially because these are the ones I meant to change:


--- Quote ---[L]  [Reserved].................................................Ctrl+F1              - ExplorerPanel.0
[L]  [Reserved].................................................Ctrl+F2              - ExplorerPanel.0
[L]  [Reserved].................................................Ctrl+F3              - ExplorerPanel.0
[L]  [Reserved].................................................Ctrl+F4              - ExplorerPanel.0
[L]  [Reserved].................................................Ctrl+F5              - ExplorerPanel.0
--- End quote ---
I'll read more of the Docs so I can learn more about custom commands. But can you just advance whether it is currently possible to craft custom commands to "sort by name", "sort by extension", "sort by file size" and "sort by modification date"?

And thanks! :)

Mathias (Author):
Yes some are fixed and currenty can't be changed (current techinical reason).. The are reserved in customization so that you are not overriding them. causing conflicts.

But you can add new command that does it using User Defined Commands and custom Commands..
https://multicommander.com/Docs/customcommands_list#mc.explorer.sort
(Sort by column (num) or by column name)


animanta:

--- Quote from: Mathias (Author) on August 11, 2025, 11:44:16 ---Yes some are fixed and currenty can't be changed (current techinical reason).. The are reserved in customization so that you are not overriding them. causing conflicts.

But you can add new command that does it using User Defined Commands and custom Commands..
https://multicommander.com/Docs/customcommands_list#mc.explorer.sort
(Sort by column (num) or by column name)

--- End quote ---

Great, Mathias!  :D :D I learned how to create these:

--- Code: ---MC.Explorer.Sort COLNAME="Ext"
MC.Explorer.Sort COLNAME="Name"
--- End code ---

Navigation

[0] Message Index

Go to full version