Hi akee, yes this hasn't been a high priority for me to implement as AddKeyboardShortcut(#MainWindow, #PB_Shortcut_F4, #MENU_FILE_HARDWARE_SETUP) does the job already with-out that much extra effort than an automatic system. Having said that, I can see it would be certainly handy. I'll try and squeeze the feature in this next release (almost ready), it requires a parser to extract correct shortcut combinations from the menu item text and match them up with the corresponding constants which will take a while to code.akee wrote:My question is, I noticed the shortcut key for menu items still does not work. I tried running the examples and they don't work there either.Pressing F4 like below does not work.
Chris.