Search found 2 matches

by marce
08 Jun 2018, 10:22
Forum: General
Topic: Pass keypress without any manipulation
Replies: 2
Views: 9241

Re: Pass keypress without any manipulation

Thanks for the answer. I found that option too, but the problem is that i cant stop keypresses. For example: i type on keyboard one and if i change to keyboard two, the first keypress should be delayed and a macro should be executed. If i limit the handler to specific keys, i cant do that. Thanks an...
by marce
07 Jun 2018, 22:03
Forum: General
Topic: Pass keypress without any manipulation
Replies: 2
Views: 9241

Pass keypress without any manipulation

Hey, is there a way to pass the keys as is? I found this method: lmc_send_input(button, 0, 0) but it behaves weird like backspace, shift combinations and so on. It should feel like there is no luamacro between input and output. I scanned roughly the forum topics, but didnt find a matching topic. Hop...