Focus a window
hs_focus_windowBring any window to the foreground by selecting it with its ID or a partial title match. The chosen window is returned so you can confirm the correct one was selected.
Instructions
Bring a window to the front, selected by id (exact) or by a substring of its title. The matched window is returned so you can confirm the right one was chosen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Window id from hs_list_windows. | |
| title | No | Substring of the window title. |