Skip to content

Instantly share code, notes, and snippets.

@NearHuscarl
Last active March 15, 2018 13:37
Show Gist options
  • Save NearHuscarl/0a6a623be5f58919d9dca3ac64c71e81 to your computer and use it in GitHub Desktop.
Save NearHuscarl/0a6a623be5f58919d9dca3ac64c71e81 to your computer and use it in GitHub Desktop.
shortcuts to insert japanese emoijs...

Requrirement:

  • Autohotkey (Download here)

Installation

  • Download Japanese_emoij.ahk script
  • Run it

Note: If you want those changes to persist on reboot. at this script to startup application list

Usage

Type :angry to insert (#`Д´) Type :awesome to insert °˖✧◝(⁰▿⁰)◜✧˖° Type :cry to insert (μ_μ) ...

Customize

The syntax of hotstring is ::<hotstring>::<insert text>. It will expand and auto replace the hotstring as you type them

Example: type :smile to print 😃 :::smile::😃

References

https://autohotkey.com/docs/Hotstrings.htm

; Japanese Emoijs
:::angry::(#`Д´)
:::awesome::°˖✧◝(⁰▿⁰)◜✧˖°
:::cry::(μ_μ)
:::fear::〣( ºΔº )〣
:::dcare::┐( ̄ヘ ̄)┌
:::confuse::( ̄ω ̄;)
:::surprise::Σ(O_O)
:::greet::(°▽°)/
:::hug::(づ ̄ ³ ̄)づ
:::apologize::(シ_ _)シ
:::run::ヽ( ̄д ̄;)ノ=3=3=3
:::sleep::(-ω-) zzZ
:::cat::(=`ω´=)
:::bear::ʕ •̀ ω •́ ʔ
:::highfive::(*^ω^)人(^ω^*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment