Keyboard Emulation

Hi guys,
I’m a newbie here and just trying to understand if and Arduino Leonardo can achieve what I am trying to do.
I am simply trying to make a single tactile button emulate 2 key strokes on my keyboard one after the other. So ultimately when I press the button, my Leonardo will carry out 1 space bar press and then half a second later 1 down arrow press.
This will allow me to use iTunes (with all of the tracks in my play list unchecked - so they do not automatically play next track) and play track (space bar) and select next track (down arrow) with a single button press.
Any feedback would be greatly appreciated.
Eljay.

Yes, a Leonardo can do that, no problem.

Thank you Pert. Glad to know I’m heading in the right direction. Cheers.