How to bind multiple keys with hotkey.bind?

584 Views Asked by At

like when I type "aq", to output "Ask a public question"

hs.hotkey.bind({}, "aq", function()
  hs.eventtap.keyStrokes("Ask a public question")
end)
0

There are 0 best solutions below