Does it raise Form.KeyDown event with Keys.Enter as the key code?
What you can do is to add an event handler to Form.KeyDown event, and
examine what event is raised when the rocker wheel is being pressed.
If you have child controls on the form, they may intercept the message. So
start with an empty form first.
Hope this helps.
Xin