This tag should be used for questions related to lua automation tool for OSX
hammerspoon should be used for questions related to lua automation tool for osx
Sample
Pressing ctrl+G will display a Sample Alert!
notification on your screen.
hs.hotkey.bind({"cmd"}, "S", function()
hs.alert.show("Sample Alert!")
end)
References