This is only possible to do with custom @windows with the on KEYDOWN event. Even if you were to use the on KEYDOWN event with an @window to check and see if a user pressed the 'Print Screen' key, it wouldn't work. I just tried this:

on *:KEYDOWN:@Test:*:{
echo -a $keyval
}

And it did not respond after pressing the 'Print Screen' key.