-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5dd42a
commit 293540f
Showing
1 changed file
with
95 additions
and
83 deletions.
There are no files selected for viewing
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
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::😏 ` |