Remove button label update instructions from README

Removed section about updating button label from stdout in README.
This commit is contained in:
galister
2026-01-10 17:15:41 +00:00
committed by GitHub
parent 9505352f37
commit 6136fae885

View File

@@ -80,16 +80,6 @@ This button action executes a shell script using the `sh` shell.
<button _press="::ShellExec $HOME/myscript.sh test-argument" [...] />
```
###### Update the button's label from stdout
```xml
<button _press="::ShellExec $HOME/myscript.sh test-argument" _update_label="1" [...] />
```
- Write lines to the script's stdout to update the label text.
- The label will look for the last complete line to use as its text.
- Long-running scripts are allowed, but the label is only updated while the HMD is active.
##### `::OscSend <path> <args ..>`
Send an OSC message. The target port comes from the `osc_out_port` configuration setting.