Syntax for Funtion keys and key combos?

Announcements, questions
clover
Posts: 4
Joined: 03 Dec 2015, 21:21

Re: Syntax for Funtion keys and key combos?

Post by clover » 11 Dec 2015, 15:48

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

clover
Posts: 4
Joined: 03 Dec 2015, 21:21

Re: Syntax for Funtion keys and key combos?

Post by clover » 17 Dec 2015, 16:10

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 appears that it only triggers it once. What I am trying to achieve is basically shift+right mouse click.

Any idea would be greatly appreciated!!! :D :D

Post Reply