Search found 2 matches

by teamzhangmeng
28 Dec 2021, 10:20
Forum: General
Topic: How to Keep another key with original function?
Replies: 1
Views: 2885

How to Keep another key with original function?

I am beginner using LuaMacros,reference with quickstart.lua so now I just change one KEY, and I want to keep another key with original function I use "else lmc_send_keys(handler)" but when press another key will sent "NUMBER" How to keep another key with original function? :?: Thanks a lot lmc_set_h...
by teamzhangmeng
28 Sep 2020, 05:19
Forum: General
Topic: how to solve double hit?
Replies: 1
Views: 2571

how to solve double hit?

hello,everyone! This is my first Lua programme.when i press key once the result is double hit how to solve double hit ? when i press key slowly,lua just excute one time thank you~ lmc.minimizeToTray = true lmc_minimize() lmc_device_set_name('kb1','1EC44D52') lmc_print_devices() lmc_set_handler('kb1'...