Search found 3 matches

by Jack
10 Nov 2017, 11:47
Forum: General
Topic: button combination
Replies: 9
Views: 10303

Re: button combination

Hi, This is all new for me. I try to find all the information on the internet and read it to learn this. back to the button 81 an 87 Question, This is what I made with the best understanding of your tips. clear(); lmc_device_set_name('RIGHT', '2417B41') --lmc.minimizeToTray = true W = function() if ...
by Jack
09 Nov 2017, 11:21
Forum: General
Topic: button combination
Replies: 9
Views: 10303

Re: button combination

Hi thanks for the reply. I found the "use of variable" topic. I change a bit and I tried it, but it is not working like think it should be , but maybe I make a mistake. clear(); lmc_device_set_name('RIGHT', '2417B41') --lmc.minimizeToTray = true shift = true alt = function() if(shift) then lmc_send_...
by Jack
08 Nov 2017, 23:12
Forum: General
Topic: button combination
Replies: 9
Views: 10303

button combination

Hello, I am writing a script for my keyboard, and I am out off keys now. I only need a few more, so using a extra keyboard is to mutch. is there a possibility to hit a key combination to send a input? if (button == 81) then lmc_send_input(49, 0, 0) -- press 1 lmc_send_input(49, 0, 2) -- release 1 el...