I need to make sure that when  a customer presses the 'enter' key on the checkout page after making there choice that the checkout page is not redirected to the search page. I would like to insure that when the 'enter' key is pressed it has the same effect as pressing the 'next' button.

I have looked at several pages of code and I think that I may need to alter jquery.idTabs.min.js but am not sure exactly what needs to be changed to have the desired results.

I also thought that I may need to place a keypress event handler on each page of the checkout process to listen for the 'enter' key to be pressed and have it respond by going to the next checkout step.

Any help would be greatly appreciated.