# pygame.K_KP_ENTER is the enter key on your keypad or numpad if event.type == pygame.KEYDOWN: if event.key == pygame.K_KP_ENTER: print('ENTER')