Search found 4 matches

by clover
17 Dec 2015, 16:10
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 30893

Re: Syntax for Funtion keys and key combos?

Hi again! Is there a way to simulate holding down the shift button? It appears that the key is only triggered once when I press it. The syntax I have is as such elseif (button == 13) then lmc_send_keys('+') But i was think this should work elseif (button == 13) then lmc_send_keys('+++++++') but it a...
by clover
11 Dec 2015, 15:48
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 30893

Re: Syntax for Funtion keys and key combos?

No dude. You are all good! :D I just don't know much about programming.
Love the app! Keep up the good work! :D :D
by clover
08 Dec 2015, 14:54
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 30893

Re: Syntax for Funtion keys and key combos?

impossible!!! it works! :D :D
thank you! i had the darn-est time trying out diff. combos /[{"\' and etc. and couldn't not figure out the syntax for it.
May I ask for links to reference to learn the code?

Thank you for the swift reply! :D
by clover
03 Dec 2015, 21:41
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 30893

Re: Syntax for Funtion keys and key combos?

Hi! Beginner with no programming skill here. Could anyone of you help me in the syntax for scripting in luamacro. :) :) What I need is to have a button function the same as when I press the F11 function key. This is what I have for the syntax so far elseif (button == 106) then lmc_send_keys ('F11') ...