I would like to do an auto hot key script that will paste:
{ get; set; }
for C#
Is this possible or does it not know how to handle the spaces, {, ;?
I've tried the following, but it does not work:
^NumPad3::
SendInput, { get; set; }
return