//go:build linux package main import "golang.design/x/hotkey" const ( modAlt = hotkey.Mod1 modCmd = hotkey.Mod4 )