I have a Windows form and a button that should always be triggered whenever the user presses Enter. I can set the AcceptButton property but if another button is clicked and keeps the focus, then this does no good.

Is there a way to always click a certain button whenever the Enter key is pressed?