Skip to content

Commit

Permalink
More emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Apr 4, 2023
1 parent c5dd42a commit 293540f
Showing 1 changed file with 95 additions and 83 deletions.
178 changes: 95 additions & 83 deletions hotstrings/MarkdownEmoji.ahk
Original file line number Diff line number Diff line change
@@ -1,83 +1,95 @@
/*
Emoji helper
Some emoji names don't make much sense to me.
The hotstrings should be written as ":ok<space>", or ":!<space>" and they will be expanded.
":" is used to trigger the emoji as I want to reflect that this is an emoji.
Example:
Typing ":ok<space>" will produce ":white_check_mark:<space>"
Debug:
In order to debug try running the hotstring with these options:
:O, SE, k1000::(tm)::™
*/

; :white_check_mark: - https://emojipedia.org/check-mark-button/
:O::ok::✅ `


; :x: - https://emojipedia.org/cross-mark/
:O::nok::❌ `
:O::x::❌ `


; :exclamation: - https://emojipedia.org/exclamation-mark/
:O::!::❗ `


; :no_entry_sign: - https://emojipedia.org/prohibited/
:O::deny::🚫 `


; :hourglass: - https://emojipedia.org/hourglass-done/
:O::est::⌛ est: `


; :question: - https://emojipedia.org/question-mark/
:O::?::❓ `


; :cherries: - https://emojipedia.org/cherries/
:O::cp::🍒 `


; :tada: - https://emojipedia.org/party-popper/
:O::tada::🎉 `


;
:O::todo::🚧 `


; customer is our king - https://emojipedia.org/crown/
:O::cus::👑 `


:O::(tm)::™
:O::tm::™


; :thumbsup - https://emojipedia.org/thumbs-up/
:O::`+1::👍 `
:0::thup::👍 `


; :thumbsdown - https://emojipedia.org/thumbs-down/
:O::`-1::👎 `
:0::thdn::👎 `
:0::thdown::👎 `


; Pause - https://emojis.wiki/pause-button/
:O::pp::⏸ `
:O::pause::⏸ `


; bocked by
:O::block::⛔ `

; eyes
:O::check::👀 `
:O::eyes::👀 `
/*
Emoji helper
Some emoji names don't make much sense to me.
The hotstrings should be written as ":ok<space>", or ":!<space>" and they will be expanded.
":" is used to trigger the emoji as I want to reflect that this is an emoji.
Example:
Typing ":ok<space>" will produce ":white_check_mark:<space>"
Debug:
In order to debug try running the hotstring with these options:
:O, SE, k1000::(tm)::™
*/

; :white_check_mark: - https://emojipedia.org/check-mark-button/
:O::ok::✅ `


; :x: - https://emojipedia.org/cross-mark/
:O::nok::❌ `
:O::x::❌ `


; :exclamation: - https://emojipedia.org/exclamation-mark/
:O::!::❗ `


; :no_entry_sign: - https://emojipedia.org/prohibited/
:O::deny::🚫 `


; :hourglass: - https://emojipedia.org/hourglass-done/
:O::est::⌛ est: `


; :question: - https://emojipedia.org/question-mark/
:O::?::❓ `


; :cherries: - https://emojipedia.org/cherries/
:O::cp::🍒 `


; :tada: - https://emojipedia.org/party-popper/
:O::tada::🎉 `


;
:O::todo::🚧 `


; customer is our king - https://emojipedia.org/crown/
:O::cus::👑 `


:O::(tm)::™
:O::tm::™


; :thumbsup - https://emojipedia.org/thumbs-up/
:O::`+1::👍 `
:0::thup::👍 `


; :thumbsdown - https://emojipedia.org/thumbs-down/
:O::`-1::👎 `
:0::thdn::👎 `
:0::thdown::👎 `


; Pause - https://emojis.wiki/pause-button/
:O::pp::⏸ `
:O::pause::⏸ `


; bocked by
:O::block::⛔ `

; eyes
:O::check::👀 `
:O::eyes::👀 `

; https://emojipedia.org/smiling-face-with-horns/
:O::evil::😈 `


; ±
:O::+-::± `
:O::-+::± `


; smirk
:O::smug::😏 `

0 comments on commit 293540f

Please sign in to comment.