I'm stuck to hold a specific character. The code does work with letters but doesn't work with apostrophe.
'::
{
pressed:=!pressed
if(pressed)
{
sendinput,{' down}
}
else
{
sendinput,{' up}
}
}
return
Does anyone have idea why this isn't working?