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

> Roblox window가 active일 때 key up event를 보냅니다. keyCode 인수는 Lua number로 검사되고 integer conversion로 변환되며 Windows key mapping를 통해 Windows virtual-key code에서 scan code로 매핑된 뒤 KEYEVENTF_SCANCODE | KEYEVENTF_KEYUP와 함께 keyboard input로 전송됩니다. 이 function은 key down event를 보내지 않습니다. isrbxactive가 false라면 function은 input을 보내지 않고 반환합니다.

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

  ## 인수

  <ParamField path={"keyCode"} type={"number"} required>
    Lua number로 읽고 Windows key mapping 호출 전에 integer conversion로 변환되는 Windows virtual-key code입니다.
  </ParamField>
</div>
