How do you listen for combination keyboard events e.g. Shift+Enter? I can listen for and handle single key presses but cannot figure out how to handle combination. I imagine I need to use a switch like I do for single key presses but not sure of the logic to track both. Do I need a switch followed by another switch?