Last active
May 29, 2021 13:21
-
-
Save lotem/3705586 to your computer and use it in GitHub Desktop.
在【朙月拼音】裏使用Emoji表情(這份配置已過時,新的emoji實現代碼在 https://github.com/rime/rime-emoji )
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
# luna_pinyin.custom.yaml | |
# | |
# 在【朙月拼音】裏使用Emoji表情(這份配置已過時,新的emoji實現代碼在 https://github.com/rime/rime-emoji ) | |
# | |
# 保存到Rime用戶文件夾後,重新部署生效 | |
# ~/.config/ibus/rime (linux) | |
# ~/Library/Rime (macos) | |
# %APPDATA%\Rime (windows) | |
# | |
# 如果目標文件已經包含其他修改內容,只需按照縮進合併 patch: 以下的部分 | |
# | |
patch: | |
schema/dependencies: | |
- emoji | |
abc_segmentor/extra_tags: | |
- reverse_lookup | |
reverse_lookup: | |
dictionary: emoji | |
enable_completion: false | |
prefix: "`" | |
tips: 〔表情〕 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看这里,https://github.com/rime/rime-emoji/issues/6, 我刚刚研究了在 Windows 上如何弄,成功了~