Page 1 of 1

Default shortcut keys for Directory Menu item

Posted: 2013-12-12, 02:10 UTC
by BeckYang
The popup menu of "Directory Menu" have three special items:
  • Add current dir
    Remove current dir
    Configure...
These items come with default shortcut keys: A/R/C

Here is the scenario:
If I create two directory menu with title "Research docs", "Test"
Change current dir to "Test", then press Ctrl+D to display popup menu of "Directory Menu" and press key 'R'.

TC will not change dir to "Research docs", it will remove menu item "Test".
It make me confuse sometime. :?

I know modifying the entry 1145/1146/1147 in WCMD_???.LNG could remove the default shortcut keys.
But if the language is English, there is no WCMD_ENG.LNG to do it.
Is it possible to remove the default shortcut keys for these items?

Posted: 2013-12-12, 05:54 UTC
by MVV
With English it is easy: you can create fake WCMD_ENG.LNG with only these lines and switch to it via Configuration dialog.

Posted: 2013-12-14, 01:59 UTC
by BeckYang
Thanks for your advise. It works! :D