System Bridge - Keyboard Services Docs (#20185)

This commit is contained in:
Aidan Timson 2021-11-15 12:42:31 +00:00 committed by GitHub
parent 36ff61c6ba
commit d2f8a8c283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,3 +132,25 @@ data:
bridge: "device"
path: "steam://rungameid/814380"
```
### Service `system_bridge.send_keypress`
Send a keypress to the server.
```yaml
service: system_bridge.send_keypress
data:
bridge: "device"
key: "a"
```
### Service `system_bridge.send_text`
Sends text for the server to type.
```yaml
service: system_bridge.send_text
data:
bridge: "device"
text: "Hello"
```