Binding KeyDown Event Silverlight
问题 I am attempting to have a key binding cause an event within the view model. I have been search for a while and have not come across any solutions that have worked thus far, unfortunately. This is what I am basically attempting to implement: <i:Interaction.Triggers> <i:EventTrigger EventName="createNew"> <cal:ActionMessage MethodName="newCustomer" /> </i:EventTrigger> </i:Interaction.Triggers> I am wanting a way to provide a "hotkey" to allow the user to implement a newCustomer event within