KeyInput :: alt - Alt modifier
The property is true, when the Alt key has been pressed together with the key, and false otherwise.
Return value:  State of function return ( bool  )
A State true indicates, that the function was executed successfully. Otherwise state is false.
Implementation overview
- Get alt modifier
 KeyInput :: alt (  )
- Set alt modifier
 KeyInput :: alt ( bState )

