I'm working on a WPF application, one of the requirement is to display the shortcut key hint on the button when Alt key is pressed. It needs to work same way as ribbon/menu does when you press Alt key, it shows hints. I'm using MVVM and it needs to be implemented at multiple places not just one button so needs a generic solution (maybe behavior or something).
Is there a way to implement this? Any help would be appreciated.