Search found 3 matches

by allan
25 Jun 2020, 16:26
Forum: HOW-TOs and documentation
Topic: Websocket client in lua
Replies: 2
Views: 3649

Re: Websocket client in lua

The use case is that I need to interface with the presentation software ProPresenter and live streaming software OBS Studio (well-known within their categories) that are running websocket servers, so that one can interface with them from other software and from any computer in the network. I have a ...
by allan
24 Jun 2020, 21:38
Forum: HOW-TOs and documentation
Topic: Websocket client in lua
Replies: 2
Views: 3649

Websocket client in lua

How can I create a websocket client in LuaMacros? Maybe using a client from here? https://github.com/lipp/lua-websockets - but it's ancient, so can it work?
by allan
24 Jun 2020, 21:17
Forum: HOW-TOs and documentation
Topic: Bind keyboard and mouse to specific window
Replies: 7
Views: 14309

Re: Bind keyboard and mouse to specific window

This is not currently possible. Long time ago I was trying to send keys directly to application window (even inactive) but never worked. Maybe you could activate the window first and then send keystrokes via some script... never tried. Also in Hidmacros you can not define macro for whole keyboard, ...