Can two keys be registered at once?

Is there any way to set an event if two keys are down at once in actionscript? For example:

onClipEvent(enterFrame)
{
if(Key.isDown(Key.UP))
this blah blah blah

except instead of up, up and right for example?

thanks for any help