Hotkeys, hotkeys, hotkeys => F1 Approach #4682
Replies: 1 comment 2 replies
-
We do have context sensitive help that you can start with What you are probably trying to describe is more like a "Search Everywhere" feature from IntelliJ that is started with a double Shift press. I don't have a strong opinion on how useful this would be for As far as "easy to implement"... that sounds like a huge project to me:
Not to discourage you or anyone else thinking about it, but I think it's good to be realistic about the amount of effort it would take to implement and test something like this! If the goal is to have it in the main |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Midnight Commanders,
when it comes to Norton Commander clones, the biggest problem for me is learning, remembering and quickly using the hotkeys. I'm sure many others feel the same way.
I would be happy if Midnight Commander were the first clone to solve this fundamental problem.
My suggestion would be to implement an F1 approach similar to the one in Visual Studio Code:
Press
F1
.A pop-up menu with the available MC commands is displayed.
The most recently used commands are listed first.
As you type, the commands are filtered.
Only those that match the characters and words you have entered are displayed.
The respective keyboard shortcuts are displayed to the right of the command description.
Select a command and press
Enter
. This executes the respective command.In my opinion and based on my knowledge, this is the most elegant solution to this historical problem.
What do you think?
Thank you,
Martin Wegmann
: )
P.S.
I hope that such a feature could be integrated relatively easily into the MC architecture and implemented on top of it.
Beta Was this translation helpful? Give feedback.
All reactions