Reading enter from keyboard
Hi everyone, I'm having a difficult time reading the enter key from the keyboard, I need to verify whether a key pushed is enter or some other key. I've tried using \n, \r and even null all of these are throwing index out of bounds exceptions. I'd really appreicate any suggestions you have.
Thanks!

