How can I get Caliburn.Micro to map a key gesture to an action method on my ViewModel?
For example, I want to implement a tabbed interface, and I want my ShellViewMo
You can do it by deriving from System.Windows.Interactivity.TriggerBase. Here is an example.