Provide keybindings for muting/unmuting Skype or Skype for Business
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ToggleSkypeMute.spoon.zip
Signature | ToggleSkypeMute.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/ToggleSkypeMute.spoon/init.lua line 17 |
Signature | ToggleSkypeMute.notifications |
---|---|
Type | Variable |
Description | If |
Source | Source/ToggleSkypeMute.spoon/init.lua line 22 |
Signature | ToggleSkypeMute:bindHotkeys(mapping) |
---|---|
Type | Method |
Description | Binds hotkeys for ToggleSkypeMute |
Parameters |
|
Returns | |
Source | Source/ToggleSkypeMute.spoon/init.lua line 65 |
Signature | ToggleSkypeMute:toggle(app) |
---|---|
Type | Method |
Description | Toggle Skype between muted/unmuted, whether it is focused or not |
Parameters |
|
Returns |
|
Source | Source/ToggleSkypeMute.spoon/init.lua line 27 |