property:altKey;return type:booleancontent:ใช้ตรวจสอบว่ามีการกดปุ่ม alt หรือไม่example:function isClickAlt ( event ) { if ( event.altKey ) { alert ( "Your pressed key alt" ); } }