rvaiya/warpd

trouble activating warpd with utils like hammerspoon

inthegreenwild opened this issue · 1 comments

I'm trying to make hammerspoon trigger warpd but it never gets activated with hammerspoon's keystroke function. I've not had this issue with any other application that activate on keybinding/hotkey so I'm not sure how to debug this.

hs.hotkey.bind({"cmd", "alt", "ctrl", "shift"}, "W", function()
  hs.eventtap.keyStroke({"alt", "cmd"}, "x")
end)

has anyone else had luck activating warpd with things like hammerspoon, applescript, keyboard maestro, etc?