mirror of https://github.com/turtlebasket/env
6 lines
191 B
Lua
6 lines
191 B
Lua
|
hs.hotkey.bind({"cmd", "shift", "ctrl"}, "C", function()
|
||
|
hs.pasteboard.setContents("")
|
||
|
hs.notify.new({title="Bazinga", informativeText="System clipboard has been cleared."}):send()
|
||
|
end)
|
||
|
|