Move windows to other screens
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/WindowScreenLeftAndRight.spoon.zip
Signature | WindowScreenLeftAndRight.animationDuration |
---|---|
Type | Variable |
Description | Length of the animation to use for the window movements across the screens. |
Notes |
|
Source | Source/WindowScreenLeftAndRight.spoon/init.lua line 40 |
Signature | WindowScreenLeftAndRight.defaultHotkeys |
---|---|
Type | Variable |
Description | Table containing a sample set of hotkeys that can be assigned to the different operations. |
Notes |
|
Source | Source/WindowScreenLeftAndRight.spoon/init.lua line 22 |
Signature | WindowScreenLeftAndRight.logger |
---|---|
Type | Variable |
Description | Logger object used within the Spoon. Can be accessed to set the default log level for the messages coming from the Spoon. |
Source | Source/WindowScreenLeftAndRight.spoon/init.lua line 17 |
Signature | WindowScreenLeftAndRight:bindHotkeys(mapping) |
---|---|
Type | Method |
Description | Binds hotkeys for WindowScreenLeftAndRight |
Parameters |
|
Returns | |
Source | Source/WindowScreenLeftAndRight.spoon/init.lua line 88 |