Class KeyBindings
public class KeyBindings : CommandBindingsBase<Key, KeyBinding>
- Inheritance
-
KeyBindings
- Inherited Members
Constructors
- KeyBindings()
Initializes a new instance.
Methods
- AddApp(Key, View?, params Command[])
For Application-level HotKey Bindings (KeyBindings); Adds key will trigger the commands in
commandson the View specified bytarget.If the key is already bound to a different array of Commands it will be rebound
commands.
- IsValid(Key)
Tests whether
eventArgsis valid or not.