Signature
Interface TimelineKeyBindingProperties
| Name | Signature | Description |
|---|---|---|
altKey? | altKey?: boolean | Whether Alt/Option must be held. Defaults to `false`. |
ctrlKey? | ctrlKey?: boolean | Whether Ctrl must be held. Defaults to `false`. |
key | key: string | `KeyboardEvent.key` value. Use `Space` or a literal space for the spacebar. |
metaKey? | metaKey?: boolean | Whether Meta/Command must be held. Defaults to `false`. |
shiftKey? | shiftKey?: boolean | Whether Shift must be held. Defaults to `false`. |