I have a standard WPF button that uses cal:Message.Attach to execute a function in the ViewModel. I would like to also have that same function executed if I press the F2 button.
Is there a simple xaml declaration using a Caliburn Micro binding that can enable this?