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