Hello All,
In my process model, I have a configuration entry point sequence (sequence). I can able to select the corresponding entry from the menu bar ie. configure --> options (for eg). Now I need to have a keyboard shortcut for the same. In my case if I press (for eg) ctrl+w, the configuration entry point sequence must be called.
Note - I have to do this using .NET programmatically.
Is there any way I can incorporate this mechanism...?
Thanks
Arun