Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
We could have a better Keyboard Customization dialog.

The problems:

  • The commands are not easy to find. They're not displayed in alphabetical order and new users are not automatically drawn to know the group a particular command is fit in, such as Multi Commander (Core) or Explorer Panel. We have to select between four combinations of options in the two dropdowns until we find the command.
  • The commands are not named exactly how they work. For example, "Copy current item's full path to clipboard" is named "Files/Folders path and name", which is not intuitive, since there is no mention to the verb (copy).
  • There is no search or filter box. This could expedite dramatically.

The proposed solutions:

  • 1. Order the commands alphabetically and allow the user to sort them by click on the top of the columns "Command" and "Shortcut key".
  • Name the commands properly and consider adding an "all" option under the "module" drop-down menu so that all options would be in the same list.
  • Add a filter box so that we can search the command or the keyboard shortcut. 3.1 Consider having plain text (json) settings for the keyboard shortcuts, just like Sublime Text or Visual Studio Code.

P.s. I can't even find the item "Customize Keyboard setup" in the list so I can set a keyboard shortcut to open this dialog itself.
42
You mean you want to move input focus to the command line field ? so you can type command into that ?

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

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.


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

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
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! :)
43
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
44
Support and Feedback / Command reference and how to change keyboard shortcuts
« Last post by animanta on August 10, 2025, 04:15:10 »
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
45
Support and Feedback / Re: Have to restart MC to get Ftp working
« Last post by Mathias (Author) on August 09, 2025, 09:55:46 »
What is not working.  does it not start ftp module at all.. does not connect?  tryies to connect but fails. ?  so many things that can be not working..

S3 hmm old system ? these days S3 should not affect network. but before S3 sleep was able to mess up network things..
46
Support and Feedback / Have to restart MC to get Ftp working
« Last post by Jean on August 09, 2025, 08:21:50 »
Hi Mathias,
Maybe related to sleep / s3 as this pc hardly shuts down, but mostly when i want to use ftp i have to restart Mc.
47
Beta Releases / Re: 15.6 BETA
« Last post by Ulfhednar on August 07, 2025, 13:26:41 »
Thanks for the fix Mathias!   ;) 8)
48
Support and Feedback / Re: Search in subfolders that have a specific name/pattern
« Last post by jp on July 30, 2025, 16:29:18 »
That's it! Nice :)

It would be convenient to have RegExp/Wildcard working on the the full file path. Maybe by adding "Full file path" to the "Include" drop-down menu in the "File Matching" tab (attachement)?

Anyway, thanks for the answer.

Julien
49
Maybe
In advanced search. You can add rules for Extended Properties.
And "Path" is a property. And you can add a Rule there for wildcard matching of the path "*/GOOD_*
And then you have *.json as the normal filename matching
50
Support and Feedback / Search in subfolders that have a specific name/pattern
« Last post by jp on July 30, 2025, 15:54:37 »
Hi,

Let's say we have a tree structure like that :
/ROOT
├── A
│   ├── 1
│   │   └── not_te_be_selected.json
│   └── 2
├── B
│   ├── 1
│   └── 2
└── C
    ├── 1
    ├── GOOD_SUBFOLDER
    │   └── to_be_selected.json
    └── 2


I'm looking for a way to search *.json files from ROOT folder, but only in subfolders that also match a pattern :
*\GOOD_*\*.json

That would return only
ROOT\C\GOOD_SUBFOLDER\to_be_selected.json

Is that somehow possible?

Regards,
Julien
Pages: 1 2 3 4 [5] 6 7 8 9 10