Automate some Hammerspoon configuration tasks
Download: https://github.com/zzamboni/zzSpoons/raw/master/Spoons/Hammer.spoon.zip
Signature | Hammer.auto_reload_config |
---|---|
Type | Variable |
Description | If true, automatically reload Hammerspoon config when any |
Signature | Hammer.install_cli |
---|---|
Type | Variable |
Description | If true, install the |
Signature | Hammer.spoon_action_mappings |
---|---|
Type | Variable |
Description | Table containing mappings from action names to functions, for binding hotkeys and BTT triggers |
Signature | Hammer:autoReloadConfig(files) |
---|---|
Type | Method |
Description | Reload config only if any of the Lua files in |
Signature | Hammer:bindHotkeys(mapping) |
---|---|
Type | Method |
Description | Binds hotkeys for Hammer Parameters:
|
Signature | Hammer:reloadConfig() |
---|---|
Type | Method |
Description | Manually reload configuration (wrapper around |
Signature | Hammer:start() |
---|---|
Type | Method |
Description | Start the Spoon. At the moment this includes:
|