I've been trying to use the start menu in order to fire up a program with the file name under cursor (or path for that matter) as the parameter, e.g. %P%N. What happens is that
- if I use the mouse to open the Start menu and select the entry then it works
- if i used the assigned keyboard shortcut for that menu entry then it does not work (it appears to be ignored)
- if i use "?" as the first char in the parameter field to cause prompt window then it works even with when using keyb shortcut
example for a start menu entry called "hfs"
command: P:\httpd\hfs\hfs.exe
parameters: %P%N
shortcut key: ctrl-alt-f12
works if i use the mouse (Start menu > hfs), ignored if i press ctrl-alt-f12 but works if i use ?%P%N
I tried assigning other shortcut keys and also using the configuration menu and assigned a custom one (e.g. ctrl-shift-h) ... still no joy.
This bug was present in 7.04 as well and in previous versions but i was too lazy to report it. I now actually need this to be working properly

Cheers