A place to store and document my autohotkey scripts
;
is line comment!
is alt as a prefix+
is shift as a prefix^
is Ctrl as a prefix#
is Window Key as a prefixUp
,Down
,Left
,Right
refers to the arrow keys
Shortform::FullForm is for hotstrings where shortform is changed to fullform after pressing space or tab or enter
Here are some options that can be inserted between the : and : in :: to gives different effects:
*
(asterisk): An ending character (e.g. Space, ., or Enter) is not required to trigger the hotstring?
(question mark): The hotstring will be triggered even when it is inside another wordC
: Case sensitive: When you type an abbreviation, it must match the case defined in the script. Use C0 to turn case sensitivity back off.o
: Omit the ending character of auto-replace hotstrings when the replacement is produced
Go here to find other options https://www.autohotkey.com/docs/Hotstrings.htm#Options