KeyMapping Class |
Namespace: ConsoleControl
public class KeyMapping
The KeyMapping type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyMapping |
Initializes a new instance of the KeyMapping class.
| |
| KeyMapping(Boolean, Boolean, Boolean, Keys, String, String) |
Initializes a new instance of the KeyMapping class.
|
| Name | Description | |
|---|---|---|
| IsAltPressed |
Gets or sets a value indicating whether alt is pressed.
| |
| IsControlPressed |
Gets or sets a value indicating whether this instance is control pressed.
| |
| IsShiftPressed |
Gets or sets a value indicating whether this instance is shift pressed.
| |
| KeyCode |
Gets or sets the key code.
| |
| SendKeysMapping |
Gets or sets the send keys mapping.
| |
| StreamMapping |
Gets or sets the stream mapping.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |