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

# keyrelease

> Envia un key up event cuando la Roblox window esta activa. El argumento keyCode se comprueba como Lua number, se convierte con integer conversion, se mapea de Windows virtual-key code a scan code con Windows key mapping, y se envia mediante keyboard input con KEYEVENTF_SCANCODE | KEYEVENTF_KEYUP. Esta function no envia un key down event. Si isrbxactive seria false, la function vuelve sin enviar input.

<div className="real-function-page">
  ```lua theme={null}
  keyrelease(keyCode: number)
  ```

  ## Argumentos

  <ParamField path={"keyCode"} type={"number"} required>
    Windows virtual-key code leido como Lua number y convertido con integer conversion antes de llamar a Windows key mapping.
  </ParamField>
</div>
