Click or drag to resize

KeyMapping Constructor (Boolean, Boolean, Boolean, Keys, String, String)

Initializes a new instance of the KeyMapping class.

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public KeyMapping(
	bool control,
	bool alt,
	bool shift,
	Keys keyCode,
	string sendKeysMapping,
	string streamMapping
)

Parameters

control
Type: SystemBoolean
if set to true [control].
alt
Type: SystemBoolean
if set to true [alt].
shift
Type: SystemBoolean
if set to true [shift].
keyCode
Type: System.Windows.FormsKeys
The key code.
sendKeysMapping
Type: SystemString
The send keys mapping.
streamMapping
Type: SystemString
The stream mapping.
See Also