Luamacros intercepting too late

Announcements, general discussion
Post Reply
RagingLightning
Posts: 1
Joined: 14 Dec 2020, 14:39

Luamacros intercepting too late

Post by RagingLightning » 14 Dec 2020, 14:43

Hello,

I just noticed a little problem with luamacros (probably on my part).
I set up the correct keyboard using lmc_device_set_name and the handler function in lmc_set_handler is getting called perfectly fine, however:

luamacros seems to intercept the keystroke not at all or after the program I am currently in (like a browser, where on youtube, pressing the space bar still pauses the video)

Am I missing something or is that simply how Luamacros works?

Thanks
RagingLightning

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

Re: Luamacros intercepting too late

Post by admin » 15 Dec 2020, 08:52

No, the original key press should be blocked when handler is called.
Does it pass in every program?
Petr Medek
LUAmacros author

Post Reply