Let suppose my Ribbon contains two buttons that allows e.g. ActionA and ActionB
I want to associate a keybord shortcut: "Ctrl+A" to ActionA -> it shall do the same as click on ActionA button, and so on
How should I do it?
I know that I could do it "manually" by adding "KeyBindings".
This is not what I seek. I am interrested whether the Ribbon itself has ability to consume shortcuts "nativelly"