v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
keyboard

Press Hotkey Combination

Presses multiple keys simultaneously to perform a hotkey combination.

post/api/keyboard/hotkey

Request body

keysstring[] required

List of keys to press simultaneously

display_numinteger

Display number to target

Example request

{
  "display_num": 1,
  "keys": [
    "ctrl",
    "c"
  ]
}

Response

Successfully pressed the hotkey combination

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