Search found 1 match

by LazyProgrammer
12 Aug 2019, 23:23
Forum: HOW-TOs and documentation
Topic: How to send key: (
Replies: 1
Views: 4870

How to send key: (

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.