-
megalithichello friends! any of you using sumneko lua language server and have it interacting with hammerspoon's api via the workspace/library lsp settings? it would likely be better if i was building hammerspoon locally instead of using hte homebrew release
-
megalithicjust curious though
-
Ngmegalithic: I've not heard of anyone doing it. I've run the ZeroBraneStudio debugging server in Hammerspoon before though
-
megalithic👍
-
Nghmm, but the smneko thing looks like it wants to run standalone
-
NgI guess I'd look around to see if anyone else has managed to run it inside something that already contained Lua
-
rr326is it possible to CREATE a new window for an application? For instance, if I have an existing Google Chrome app insance with 2 window objects, I’d like to create a third Chrome window.
-
Ngrr326: in theory yes, but not directly. We can send keyboard events and menu events to applications, so you'd need to send Chrome an event that triggers its own window creation menu item
-
Ngso either cmd-n or File->New Window or whatever it is
-
rr326Thanks Ng - I was figuring it was going to be something like that. Drat. Thanks.