Watches for the current Space being changed NOTE: This extension determines the number of a Space, using OS X APIs that have been deprecated since 10.8 and will likely be removed in a future release. You should not depend on Space numbers being around forever!
| Signature | hs.spaces.watcher.new(handler) -> watcher |
|---|---|
| Type | Constructor |
| Description | Creates a new watcher for Space change events Parameters:
Returns:
|
| Signature | hs.spaces.watcher:start() |
|---|---|
| Type | Method |
| Description | Starts the Spaces watcher Parameters:
Returns:
|
| Signature | hs.spaces.watcher:stop() |
|---|---|
| Type | Method |
| Description | Stops the Spaces watcher Parameters:
Returns:
|