No dude. You are all good! I just don't know much about programming.
Love the app! Keep up the good work!
Syntax for Funtion keys and key combos?
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 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!!!
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!!!