Class KeyBindings
public class KeyBindings : InputBindings<Key, KeyBinding>
- Inheritance
-
KeyBindings
- Inherited Members
Constructors
- KeyBindings(View?)
Initializes a new instance bound to
target.
Properties
- Target
The view that the KeyBindings are bound to.
Methods
- Add(Key, View?, params Command[])
Adds a new key combination that 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.