AutoHotkey (AHK) is a free, open-source macro-creation and automation software for Windows that allows users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged scripting language
Created
January 8, 2017 10:29
-
-
Save alan-null/2601cbc139d08e54092eee8f1b8de617 to your computer and use it in GitHub Desktop.
AutoHotkey scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::btw::By the way | |
::kk::Okay | |
::thx::Thanks | |
::ty::Thank you | |
::bb::Bye Bye | |
::brb::Be right back ... | |
::hf::Have Fun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment