Files
wisp-open/internal/xhotkey/hotkey_linux_platform.go
T
2026-07-14 17:01:58 -07:00

11 lines
120 B
Go

//go:build linux
package hotkey
import "sync"
type platformHotkey struct {
mu sync.Mutex
registered bool
}