Hi,
Just checking based on my reading of the doco, is the only way to capture a keypress event in Decker essentially either using the navigate event on the card (which can only grab the arrow keys) or the change event on a field (which is debounced to one second and therefore may not be the best for precise input)? Just want to make sure I'm not missing anything.