I have an application that has menu items that do not have keyboard shortcuts on them.
I'd like to add my own shortcut to run that menu item. In OSX there is a Keyboard panel that lets you define keyboard shortcuts for any application menu item. Is there something like that for Windows?
My question is different than the question marked as a [possible duplicate1. That questions answers how to launch an application. My question asks how to execute a menu item.
A menu item is the text that runs an action of the application when it is selected. It often runs along the top of the application and can have sub menu items.
An example of this is the File menu common to many applications. A menu item or sub menu item would be File > Save.
My question is asking if there is a way to assign a keyboard shortcut to launch the menu item or sub menu item.