SchedulerShortcut Constructors
Represents a keyboard shortcut.| Name | Parameters | Description |
|---|---|---|
| SchedulerShortcut() | none | Initializes a new instance of the SchedulerShortcut class with default settings. |
| SchedulerShortcut(String, String) | commandName, shortcut | Initializes a new instance of the SchedulerShortcut class with specified settings. |
See Also