Constructor MultiKeyGesture
MultiKeyGesture(IEnumerable<Key>, ModifierKeys)
Initializes a new instance of the MultiKeyGesture class.
public MultiKeyGesture(IEnumerable<Key> keys, ModifierKeys modifiers)
Parameters
keysIEnumerable<Key>The keys that make up the multi-key gesture.
modifiersModifierKeysThe modifier keys.
MultiKeyGesture(IEnumerable<Key>, ModifierKeys, string)
Initializes a new instance of the MultiKeyGesture class.
public MultiKeyGesture(IEnumerable<Key> keys, ModifierKeys modifiers, string displayString)
Parameters
keysIEnumerable<Key>The keys that make up the multi-key gesture.
modifiersModifierKeysThe modifier keys.
displayStringstringThe display string for the gesture.