Method | Description | |
---|---|---|
KeyMapping ( ) : System |
Initializes a new instance of the KeyMapping class.
|
|
KeyMapping ( bool control, bool alt, bool shift, Keys keyCode, string sendKeysMapping, string streamMapping ) : System |
Initializes a new instance of the KeyMapping class.
|
public KeyMapping ( bool control, bool alt, bool shift, Keys keyCode, string sendKeysMapping, string streamMapping ) : System | ||
control | bool | if set to |
alt | bool | if set to |
shift | bool | if set to |
keyCode | Keys | The key code. |
sendKeysMapping | string | The send keys mapping. |
streamMapping | string | The stream mapping. |
return | System |