I think I will touch LuaMacros soon because of Xplane 11 release. So this could be implemented as well as it's small thing.
However better to create feature request as issue at github https://github.com/me2d13/luamacros/issues as things get lost easily in forum discussion
Delays/Sleep between keystrokes not working?
Re: Delays/Sleep between keystrokes not working?
Petr Medek
LUAmacros author
LUAmacros author
Re: Delays/Sleep between keystrokes not working?
Implemented in LuaMacros version 0.1.1.9 released on July 12th 2017.
Try
The argument of lmc_sleep is delay in miliseconds
Try
Code: Select all
print('Text1')
lmc_sleep(1500)
print('Text2')
Petr Medek
LUAmacros author
LUAmacros author