xcompose: added shrug emoji

This commit is contained in:
dogeystamp 2023-05-30 19:10:30 -04:00
parent e96610bacb
commit 3c01342287
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 3 additions and 1 deletions

View File

@ -14,3 +14,4 @@
<Multi_key> <Escape> <e> <y> <e> : "👁️"
<Multi_key> <Escape> <t> <h> <i> <n> <k> : "🤔"
<Multi_key> <Escape> <w> <a> <v> <e> : "👋"
<Multi_key> <Escape> <s> <h> <r> <u> <g> : "¯\\\\\\_(ツ)\\_/¯"

View File

@ -2,7 +2,7 @@
# compiles list of emoji into valid xcompose file
# ./emoji.py > emoji
emoji = """
emoji = r"""
😔 pens
🤡 clow
😎 sung
@ -17,6 +17,7 @@ emoji = """
👁 eye
🤔 think
👋 wave
¯\\\\\\_()\\_/¯ shrug
""".strip()
prefix = "<Multi_key> <Escape>"