Delays/Sleep between keystrokes not working?

How can be this controlled in that simulator? Can HIDmacros be used with this application?
admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: Delays/Sleep between keystrokes not working?

Post by admin » 20 Apr 2017, 08:18

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
Petr Medek
LUAmacros author

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: Delays/Sleep between keystrokes not working?

Post by admin » 12 Jul 2017, 21:37

Implemented in LuaMacros version 0.1.1.9 released on July 12th 2017.
Try

Code: Select all

print('Text1')
lmc_sleep(1500)
print('Text2')
The argument of lmc_sleep is delay in miliseconds
Petr Medek
LUAmacros author

Post Reply