Pass the keyboard modifiers to process_key_press so that it only registers a game key if the modifiers match. That is, if e.g. ENTER is a game key, then ALT+ENTER gets passed to other Wx controls and does not register as a game key.