diff --git a/api/typedefs/typedefs.go b/api/typedefs/typedefs.go index 91d1271..f246694 100644 --- a/api/typedefs/typedefs.go +++ b/api/typedefs/typedefs.go @@ -74,10 +74,10 @@ type SceneItem struct { type InputAudioTracks map[string]bool type KeyModifiers struct { - Shift string `json:"face"` - Control int `json:"flags"` - Alt int `json:"size"` - Command string `json:"style"` + Shift bool `json:"shift"` + Control bool `json:"control"` + Alt bool `json:"alt"` + Command bool `json:"command"` } type Monitor struct {