Trigger Hotkey by Name
Trigger a hotkey in VTube Studio by name
Preview
Parameters
Namerequired
String
Can be a specific name or a variable
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
success | Bool | indicator whether the hotkey trigger has been successful or not Example: True/False |
C# Usage
public bool VTubeStudioTriggerHotkeyById(string hotkeyId)
public bool VTubeStudioTriggerHotkeyByName(string hotkeyName)