Search found 2 matches

by fsxfaulder
13 Dec 2015, 17:36
Forum: General
Topic: Only send key once
Replies: 2
Views: 10095

Re: Only send key once

Hi,

Sorry, I've been busy lately and haven't had chance to reply.

I was able to solve the issue with

Code: Select all

if (direction == 0) then return end
Thanks anyway
by fsxfaulder
03 Oct 2015, 22:24
Forum: General
Topic: Only send key once
Replies: 2
Views: 10095

Only send key once

Hello, Sorry if I'm missing something, I'm quite new to all of this ;) I'm using LuaMacros to interpret keys on an old keyboard and send key commands to another program however I've noticed that they're usually sent a couple of times when I press the key once. Is there a way to limit it to only one ...