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.
How to send key: (
Re: How to send key: (
You can't with lmc_send_keys - escaping is not supported for now.
As a workaround you can use lmc_send_input
As a workaround you can use lmc_send_input
Petr Medek
LUAmacros author
LUAmacros author