Does anybody know whether one can trigger prism command with a shortcut? What I mean is I want to be able to define binding of a command to keyboard shortcut in declarative manner, like ClientUI does:
![]()
Are there any opensource libraries for that purpose? Or maybe code samples?
I found this question but I don’t think that it answers mine.
I’ve created such gesture trigger. And I’d like to share it with you guys. Basically, it is
System.Windows.Interactivitytrigger which can parse gestures represented as strings. Usage is as simple as in ClientUI:The code is on pastie.