I've seen a few examples in Tools of using LastCharacterTyped but is there a way of detecting when a (computer keyboard) key is down? For instance if I want to use a key press as a gate rather than just a trigger I want to detect the key down and possibly key up events.
I saw in another Q&A answer mention of "KymaWindowSensor shiftDown" to detect the state of the shift key. Is there a similar expression for detecting other keys?