Trigger Hotkey by Name
Trigger a hotkey in VTube Studio by name

Trigger Hotkey by Name Dialog
Parameters
Name
String required
Can be a specific name or a variable
Variables
Name | Type | Description |
---|---|---|
Example Value: True/False indicator whether the hotkey trigger has been successful or not |
C# Usage
public bool VTubeStudioTriggerHotkeyById(string hotkeyId)
CPH.VTubeStudioTriggerHotkeyById(hotkeyId);
public bool VTubeStudioTriggerHotkeyByName(string hotkeyName)
CPH.VTubeStudioTriggerHotkeyByName(hotkeyName);