Hello,
I require some help for adding a few "conditions" (idk if it's actualy called that way in the programing code of autohotkey) to the following code:
Del::
If NotPushed := Not NotPushed
Send {Del Down}
Else
Send {Del Up}
Return
Is it possible to add a condition that when Left shift or R are pressed, a Del up action to be executed?
I'm very new at this so please excuse any newbyness on my part.




