- To configure the structure right click on the border of the event structure.
- Click Add event case.
- Select <This VI>.
- Select Key Down.
- Click OK.

- To bind the event for a specific key, navigate to the Key Down event on the Block Diagram by clicking on the black arrows at the top border of the structure.
- Create a Case Structure.
- Wire the Char output to the case selector terminal of the Case Structure.
- Configure the Case Structure with the decimal [External] ASCII codes of the key as on the following screenshot:

Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
- To configure key combinations, unbundle the PlatMods cluster output at the event case.
- Wire the selected element to the case selector terminal of a Case Structure drawn around the original Case Structure evaluating the character:
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.