//go:build darwin package main import "golang.design/x/hotkey" const ( modAlt = hotkey.ModOption modCmd = hotkey.ModCmd )