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: 〔表情〕 |
自己用什么schema就把这个配置放在哪里,我把它放在double_pinyin.custom.yaml才行
@Gnnng
删除这两行就完全打不出 emoji
abc_segmentor/extra_tags:
- reverse_lookup
找到原因了,luna_pinyin_simp.custom.yaml
里的 prefix: "`" 加載到 luna_pinyin_simp.schema.yaml 後沒了雙引號,手動補上雙引號就好了
以上代码会造成 在输入汉字时出现emoji后选项
需要把
abc_segmentor/extra_tags:
- reverse_lookup
去除
使用这个之后,自定义的那个custom_phrase.txt就不能用了,有没有什么办法解决?
五笔拼音 加emoji, 需要怎样配置呢?
新版 0.10.0 这样配置是不是不好用了呢?
這份配置已過時,新的emoji實現代碼在 https://github.com/rime/rime-emoji
這份配置已過時,新的emoji實現代碼在 https://github.com/rime/rime-emoji
在windows 10 系统中如何使用这份配置的?
新的配置好像是拼音/emoji混輸吧?我覺得喜歡原來那種 reverse lookup (用`作爲 prefix 的方法),有辦法實現嗎?
這份配置已過時,新的emoji實現代碼在 https://github.com/rime/rime-emoji
在windows 10 系统中如何使用这份配置的?
看这里,https://github.com/rime/rime-emoji/issues/6, 我刚刚研究了在 Windows 上如何弄,成功了~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问如何在“五笔拼音”中加入此功能?