Search found 3 matches
- 04 Jul 2017, 16:57
- Forum: General
- Topic: Soundboard idea
- Replies: 2
- Views: 5429
Re: Soundboard idea
It would be wonderful to be able to do as http://www.jinglepalette.com/ for Twitch streamers
- 04 Jul 2017, 16:56
- Forum: General
- Topic: Feature Request: delay between keys
- Replies: 5
- Views: 8000
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...
- 04 Jul 2017, 16:48
- Forum: General
- Topic: How to use parenthesis without modifier group ?
- Replies: 0
- Views: 5380
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...