Skip to main content
GET
/
input
/
list
list all key bindings
curl --request GET \
  --url http://localhost:3917/input/list
{
  "bindings": [
    {
      "action": "move_forward",
      "key": "W"
    }
  ],
  "count": 1
}

Response

200 - application/json

All key/action bindings currently in the ActionMap.