Remove keypad handling in M_HandleConnectIP
requested to merge 1317-using-the-keypad-to-type-numbers-in-the-server-address-textbox-inputs-them-twice into next
There is no need to have that code anymore, since keypad presses also generate ev_text events. Additionally, made text fields in menus ignore ev_keydown events if they are keypad keys.
Closes #1317 (closed)