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