So, can the menu automatically display shortcuts after the menu text, without additional instruction in the WCMD_ENG.MNU?
For example:
I add the following line in the [Shortcuts] section of WINCMD.INI:
Code: Select all
C+F=cm_SearchFor
Code: Select all
MENUITEM "Search...", cm_SearchFor
MENUITEM "Copy", cm_Copy
The default internal shortcut of cm_Copy is "F5", and I do not change it, so the "F5" should display after the menu text.
Then the menu display like this:
------------------------
Search... Ctrl + F
Copy F5
------------------------