You can make this em_command in your usercmd.ini file:
Unlike the build-in cm_SelectCurrentExtension command, this em_SelectCurrentExtension is independent of the setting in "Configuration" -> "Operation" -> "Selection (with Num + )"
Then you can redefine the shortcut Alt+Num+ to em_SelectCurrentExtension
And you can redefine the shortcut Alt+Shift+Num+ to cm_SelectAllFolders
You redefine shortcuts in "Configuration" -> "Misc"
Or you can edit your wincmd.ini like this:You can not (without external tools) make Alt+Num+ do both things, that is why you have to make two shortcuts Alt+Num+ and Att+Shift-Num+
Code:
[em_SelectCurrentExtension]cmd=SELECTFILESparam=*.%E
Then you can redefine the shortcut Alt+Num+ to em_SelectCurrentExtension
And you can redefine the shortcut Alt+Shift+Num+ to cm_SelectAllFolders
You redefine shortcuts in "Configuration" -> "Misc"
Or you can edit your wincmd.ini like this:
Code:
[Shortcuts]A++=em_SelectCurrentExtensionAS++=cm_SelectAllFolders
Statistics: Posted by petermad — 2024-10-31, 18:14 UTC