How to find entering ENTER key?.

Hello All,

i have a script to get input from the user like bellow,

read -p "Do you want to continue (y/n) : " status

i want to identify the pressing of Enter Key with out giving any value for the above statement and i want get the status if we press Enter key during run time.

How to do this?.

Thanks in advance.

Cheers!
Saravana :o