Trigger Hotkey
Trigger a hotkey in VTube Studio

Trigger Hotkey Dialog
Parameters
Model
Selection required
Select a model
Hotkey
Selection required
Select a hotkey action
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);