> ## 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.

# keyclick

> Envia un key down event seguido de 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. Si isrbxactive seria false, la function vuelve sin enviar input.

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

  ## Alias

  * `keytap`

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