Search found 3 matches

by Glaived
04 Jul 2017, 16:57
Forum: General
Topic: Soundboard idea
Replies: 2
Views: 4062

Re: Soundboard idea

It would be wonderful to be able to do as http://www.jinglepalette.com/ for Twitch streamers
by Glaived
04 Jul 2017, 16:56
Forum: General
Topic: Feature Request: delay between keys
Replies: 5
Views: 5697

Re: Feature Request: delay between keys

Could be done but such delays would block lua execution queue (this is separate thread). I may put it on todo list but you need to remind me if you really need it :-) I really need this, example: On Rocket League, I can not open the chat > write> and ENTER because LUA macro written too fast for the...
by Glaived
04 Jul 2017, 16:48
Forum: General
Topic: How to use parenthesis without modifier group ?
Replies: 0
Views: 4567

How to use parenthesis without modifier group ?

Example : lmc_device_set_name("macropad", "164629A3") lmc_set_handler("macropad", function(button, direction) if(direction == 1) then return end -- ignore keydown if(button == 96 or button == string.byte("NUM0")) then lmc_send_keys("t") lmc_send_keys("just a (test)~") end end) Write "just a test" bu...