like when I type "aq", to output "Ask a public question"
hs.hotkey.bind({}, "aq", function()
hs.eventtap.keyStrokes("Ask a public question")
end)
like when I type "aq", to output "Ask a public question"
hs.hotkey.bind({}, "aq", function()
hs.eventtap.keyStrokes("Ask a public question")
end)