How to send key: (
Posted: 12 Aug 2019, 23:23
This is my script:
if (button == 111) then lmc_send_keys('var_dump(')
It works, except it doesn't send (
I tried to escape with \
But that didn't work. How do I do this?
Thanks.
if (button == 111) then lmc_send_keys('var_dump(')
It works, except it doesn't send (
I tried to escape with \
But that didn't work. How do I do this?
Thanks.