hi

I want to simualte the press of these Keys:

Left (Arrow)
Right (Arrow)
Up (Arrow)
Down (Arrow)
Enter


I know I can use sendkeys.send() to send normal keys, but how to I simulate the press of these keys?

Thanks