Umm. I don't really know how to explain this, but what is the function that enables a condition to be fulfilled if one of the keyboard buttons is pressed?
Example:
1 2
if ("any keyboard button is pressed") //Problem is I don't which syntax to put
goto abc;