focus_widget
Activate keyboard focus for a specific widget in a Tkinter GUI application by providing its widget ID. Directs all keyboard input to the targeted element.
Instructions
Set keyboard focus to a widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widget_id | Yes | The widget ID from get_ui_layout() |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |