文字入力
insert_textEnter a string into the focused text field on an LG webOS TV. Optionally send Enter to confirm or replace existing input.
Instructions
TV 上でフォーカスされているテキストフィールド(検索欄など)に文字列を入力する。入力欄が表示されていないと失敗する。enter=true で入力後に確定する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 入力する文字列 | |
| enter | No | 入力後に Enter を送る。既定 false | |
| device | No | 対象デバイス名または IP。省略時は既定デバイス(--device / WEBOS_DEVICE / devices.json の defaultDevice) | |
| replace | No | 既存の入力内容を置き換える。既定 false(末尾に追記) |