Skip to content

Instantly share code, notes, and snippets.

@alejandrofloresm
Created October 23, 2020 03:04
Show Gist options
  • Save alejandrofloresm/1279c46a21ba81f6114214327124344f to your computer and use it in GitHub Desktop.
Save alejandrofloresm/1279c46a21ba81f6114214327124344f to your computer and use it in GitHub Desktop.
Abbreviations.ahk
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#Hotstring EndChars :
#Hotstring O
:::today::
Send, %A_DD%/%A_MM%/%A_YYYY%
return
:::now::
Send, %A_DD%/%A_MM%/%A_YYYY% %A_Hour%:%A_Min%:%A_Sec%
return
:::cnow::
Send, %A_YYYY%-%A_MM%-%A_DD%_%A_Hour%%A_Min%%A_Sec%
return
:::hoy::
Send, %A_YYYY%-%A_MM%-%A_DD% %A_Hour%%A_Min%%A_Sec%
return
:::clase::
Send, ----- %A_Hour%:%A_Min%:%A_Sec%
return
:::pf::por favor 🙏 `
:::ok::👍 `
:::thinking_face::🤔 `
:::fire::🔥 `
:::point_up::👆 `
:::=::==================================== `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment