SharedKeyGestureKeyGestureFromInputKey Method

Converts a key text to a keyboard shortcut definition.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static KeyGesture KeyGestureFromInputKey(
	string inputKey
)

Parameters

inputKey  String
Input key.

Return Value

KeyGesture
KeyGesture with the keyboard shortcut.

See Also