Skip to content

Instantly share code, notes, and snippets.

@johnallers
Last active June 29, 2021 10:19
Show Gist options
  • Save johnallers/22d3f2f5d617fe367fd9ff848a963443 to your computer and use it in GitHub Desktop.
Save johnallers/22d3f2f5d617fe367fd9ff848a963443 to your computer and use it in GitHub Desktop.
AutoHotKey script for changing Slack status
:://call::
SendInput, /status :phone: Call{enter}
Return
:://clear::
SendInput, /status clear{enter}
Return
:://wfh::
SendInput, /status :house_with_garden: Working From Home{enter}
Return
:://afk::
SendInput, /status :runner: AFK{enter}
Return
:://lunch::
SendInput, /status :banana: lunch{enter}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment