Documentation on new listener actions (keydown)?

@Doc @Joyce Is there a video or any documentation for the new listener actions??

I’m specifically looking for just an example of using keydown -

1 Like

Hey @Mark_Pederson

I’ve used a keydown trigger to implement a change theme shortcut like this:

3 Likes

Perfect @jptrinh !! This is all I needed.

1 Like

Ha, this helped me realize ‘keydown’ means when a key is pressed, not ‘when the down arrow is clicked’

If you’re curious to see all the values in the event returned by the keydown trigger, there is a keyboard demo I created that shows all the event values at the bottom: https://app.launchleanly.com/keyboard-demo/

1 Like

Yeah … the documentation for new features is cooked a lot slower than the new features are released in the world of WeWeb. Most of the time … they just require a screenshot to “get it”.