Interface

TimelineKeyBinding

Single keyboard chord mapped to a timeline command.

Signature

Type Definition
Interface TimelineKeyBinding

Properties

NameSignatureDescription
altKey?altKey?: booleanWhether Alt/Option must be held. Defaults to `false`.
ctrlKey?ctrlKey?: booleanWhether Ctrl must be held. Defaults to `false`.
keykey: string`KeyboardEvent.key` value. Use `Space` or a literal space for the spacebar.
metaKey?metaKey?: booleanWhether Meta/Command must be held. Defaults to `false`.
shiftKey?shiftKey?: booleanWhether Shift must be held. Defaults to `false`.