In your example, the difference between AND and == is this: If you set a button to == the command after (in this case BEEP) only works if that button and no others are pressed. If you set a button to AND the command after works as long as that button is pressed. It doesn't matter what else is being pressed also.