Skip to content

Commit 673c662

Browse files
authored
πŸ“¦ NEW: Add AHK snippets (#36)
Add [AutoHotKey](https://www.autohotkey.com/) snippets for all abbreviations (same as AlfredSnipptes & TextExpander)
1 parent 9442802 commit 673c662

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

β€ŽEmoji-Log.ahk

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
2+
; #Warn ; Enable warnings to assist with detecting common errors.
3+
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
4+
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
5+
6+
::;gnew::πŸ“¦ NEW:
7+
::;gimp::πŸ‘Œ IMPROVE:
8+
::;gfix::πŸ› FIX:
9+
::;grlz::πŸš€ RELEASE:
10+
::;gdoc::πŸ“– DOC:
11+
::;gtst::πŸ€– TEST:
12+
::;gbrk::‼️ BREAKING:

0 commit comments

Comments
Β (0)