No procedure possible when using "Any Button.Click"?

There are various ways to distinguish buttons in an Any Button Click event:

  • Check if the component is in a predefined list of buttons with specific intent (keyboard, control, sound, etc.)
  • use the if NotAlreadyHandled test to avoid event overlap
  • Use the Any Button blocks to test button colors or text

Sample project: