add hotkey commands

This commit is contained in:
2025-05-22 09:48:26 +01:00
parent eafc3312a5
commit 2f77fa1c54
2 changed files with 75 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ type cli struct {
Replaybuffer ReplayBufferCmd `help:"Manage replay buffer." cmd:"" aliases:"rb"`
Studiomode StudioModeCmd `help:"Manage studio mode." cmd:"" aliases:"sm"`
Virtualcam VirtualCamCmd `help:"Manage virtual camera." cmd:"" aliases:"vc"`
Hotkey HotkeyCmd `help:"Manage hotkeys." cmd:"" aliases:"hk"`
}
type context struct {