Trigger Hotkey by Name

Trigger a hotkey in VTube Studio by name

Parameters

Namerequired
String

Can be a specific name or a variable

Variables

The following variables will be populated after executing this sub-action:

Description
successBool

indicator whether the hotkey trigger has been successful or not

True/False

C# Usage

public bool VTubeStudioTriggerHotkeyById(string hotkeyId)
public bool VTubeStudioTriggerHotkeyByName(string hotkeyName)