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>