One Case Handling Multiple Filter Events

A single case in an Event structure cannot handle multiple filter events unless the events have identical event data, such as Key Down? and Key Repeat?. With filter events, you can validate or change the event data before the front panel processes it, or you can discard the event data entirely, preventing the change from affecting the VI. Because you can modify the data, the Event structure cannot merge data like it can for notify events.