Hello,
Pb 2017 R3
In a window, I have a hidden menu, with each items with a specified shortcuts, like Alt+K, Alt+G, Ctrl+P, Ctrl+S etc. I don't want the menu to be visible, as the use is to trigger corresponding events only.
When I make it visible, Alt+ combinations works fine, even though I didn't add '&' before the menu name. Even without mentioning Alt in shortcutkey combo in properties, Alt is working.
When I make it visible = false through script, Alt+ combination is not working, but Ctrl+ combination is working fine.
I want few menu items to work with Alt combination and few with Ctrl combination with the menu hidden. How to accomplish this task ?
Or is it a bug that restricts the workings of Alt+, while allowing Ctrl+ to work smoothly ?
Happiness Always
BKR Sivaprakash
Ctrl+, Ctrl+Alt+, Ctrl+Shift+ works with hidden menus. Only Alt+ is not working.
Thanks Chris.