In c# applications using WPF, including a very simple one with 1 button, I have several shortcut keys. They all behave in the following manner
Alt+Shortcut key pressed at the same time works, Shortcut key on its own works (not what I was expecting without showing the underscore unless it is shown already). Alt followed by short cut key goes beep and does not work, presumably reporting some error.
What is going on here? How can I get consistent behaviour. In WinForms it used to be just Alt+Shortkey that worked. That is what I would like unless the standard behaviour has changed.
thanks