I have a login screen with just two fields, username and password, and two command buttons, login and cancel. After a user puts in the password, I want them just to hit <Enter> and it automatically login, just as if they had clicked the login command. Is there a way to do this?

Thanks.