> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spline.design/llms.txt
> Use this file to discover all available pages before exploring further.

# Key Down Event

The Key Events require the user to perform an action with the keyboard to trigger all the actions inside.

A Key Down Event will trigger the actions as soon as the keyboard key is pressed.

<video src="https://cdn.spline.design/_assets/docs/64ab4e34-98d6-4c22-8bb7-879ef2d63ff6.mp4" controls />

#### Key Input

By selecting the key input you can press one of the keyboard keys to assign it to the event.

Here are the different Actions you can trigger with the Key Down Event:

* [Transition Action](/interaction-states-events-and-actions/actions/transition-action)
* [Animation Action](/interaction-states-events-and-actions/actions/animation-action)
* [Sound Action](/interaction-states-events-and-actions/actions/sound-action)
* [Particle Control Action](interaction-states-events-and-actions/actions/particles-control-action)
* [Video Action](/interaction-states-events-and-actions/actions/video-action)
* [Open Link Action](/interaction-states-events-and-actions/actions/open-link-action)
* [Create Object Action](/interaction-states-events-and-actions/actions/create-object-action)
* [Destroy Object Action](/interaction-states-events-and-actions/actions/destroy-object-action)
* [Switch Camera Action](/interaction-states-events-and-actions/actions/switch-camera-action)
* [Scene Transition Action](/interaction-states-events-and-actions/actions/scene-transition-action)
* [Reset Scene Action](/interaction-states-events-and-actions/actions/reset-scene-action)
* [Set Variable Action](/interaction-states-events-and-actions/actions/set-variable-action)
* [Variable Control Action](/interaction-states-events-and-actions/actions/variable-control-action)
* [Conditional Action](/interaction-states-events-and-actions/actions/conditional-action)
* [Clear Local Storage Action](/interaction-states-events-and-actions/actions/clear-local-storage-action)
* [API Request Action](/interaction-states-events-and-actions/actions/api-request-action)

<img src="https://cdn.spline.design/_assets/docs/bd181dc1-6ed5-421b-9772-335ae24ab8e3.png" alt="image" style={{ maxWidth: "300px" }} />

***

<iframe src="https://my.spline.design/Dpf4LRMUoZz7822L0ag5TksL/" title="Spline Embed" className="w-full h-96 rounded-xl" />

> *Click to focus and press* `A` *👆 A Key Down Event will trigger the actions as soon as the keyboard key is pressed*.
