# GraffitiEditorShortcut
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | key as String | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| AltKey | Boolean | (None) | Determines whether this shortcuts responds when the Alt key is pressed. |
| Attributes | id | String | (None) |
| ControlKey | Boolean | (None) | Determines whether this shortcuts responds when the Control key is pressed. |
| Key | String | (None) | Pressed key that triggers a response. |
| MetaKey | Boolean | (None) | Determines whether this shortcuts responds when the Windows or Command key is pressed. |
| ShiftKey | Boolean | (None) | Determines whether this shortcuts responds when the Shift key is pressed. |