Place the windows of an application into tabs drawn on its titlebar
Signature | hs.tabs.enableForApp(app) |
---|---|
Type | Function |
Description | Places all the windows of an app into one place and tab them |
Parameters |
|
Returns |
|
Source | extensions/tabs/tabs.lua line 145 |
Signature | hs.tabs.focusTab(app, num) |
---|---|
Type | Function |
Description | Focuses a specific tab of an app |
Parameters |
|
Returns |
|
Notes |
|
Source | extensions/tabs/tabs.lua line 180 |
Signature | hs.tabs.tabWindows(app) |
---|---|
Type | Function |
Description | Gets a list of the tabs of a window |
Parameters |
|
Returns |
|
Notes |
|
Source | extensions/tabs/tabs.lua line 33 |