-
Guide
Tags
API
What's new
tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- TextArea
- Taxonomy
- TimeSeriesLabels
- Filter
Visual
- Header
- Style
- Table
- View
Shortcut
Shortcut tag can be used to define a shortcut, which adds a predefined object
Parameters
Param | Type | Description |
---|---|---|
value | string |
A value of the shortcut |
[alias] | string |
Shortcut alias |
[hotkey] | string |
Hotkey |
Example
<View>
<TextArea name="txt-1">
<Shortcut alias="Silence" value="SILENCE" hotkey="ctrl+1" />
</TextArea>
</View>