v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
keyboard

Hold Key

Holds down a keyboard key without releasing it.

post/api/keyboard/hold

Request body

keystring required

Key to press (e.g., 'a', 'enter', 'shift', 'ctrl', 'alt', etc.)

display_numinteger

Display number to target

Example request

{
  "display_num": 1,
  "key": "enter"
}

Response

Successfully started holding the key

{"stackTrail":"paths:/api/keyboard/hold:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}