I should have said on the conditional page online that you can use != for key conditionals. This means your suggestion is already possible, although it would take a long line of code:
if key != up and key != down and key != left and key != right and key != jump and key != attack and key != pick and key != use
{
}
I'll update the website.