> ## 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 Up Event

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

A Key Up Event will trigger the actions only when the keyboard key is released.

<video src="https://cdn.spline.design/_assets/docs/9d8f7418-8de8-41a2-9e77-f4a9916499f2.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 Up 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/bece98d0-2920-4c63-ae95-38c1726cbb2f.png" alt="image" style={{ maxWidth: "300px" }} />

***

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

Click to focus and press `A` 👆 A Key Up Event will trigger the actions only when the keyboard key is released.
