Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

將emoji應用到地球拼音,无效 #3

Closed
hsingll opened this issue Jan 7, 2019 · 5 comments
Closed

將emoji應用到地球拼音,无效 #3

hsingll opened this issue Jan 7, 2019 · 5 comments

Comments

@hsingll
Copy link

hsingll commented Jan 7, 2019

bash rime-install emoji:customize:schema=terra_pinyin
安装成功后重新部署成功,但候选词中没有出现emoji。

# terra_pinyin.custom.yaml

patch:
  switches:                   # 注意縮進
    - name: ascii_mode
      reset: 0                # reset 0 的作用是當從其他輸入方案切換到本方案時,
      states: [ 中文, 西文 ]  # 重設爲指定的狀態,而不保留在前一個方案中設定的狀態。
    - name: full_shape        # 選擇輸入方案後通常需要立即輸入中文,故重設 ascii_mode = 0;
      states: [ 半角, 全角 ]  # 而全/半角則可沿用之前方案中的用法。
    - name: simplification
      reset: 1                # 增加這一行:默認啓用「繁→簡」轉換。
      states: [ 漢字, 汉字 ]

__patch:
# Rx: emoji:customize:schema=terra_pinyin {
  - patch/+:
    __include: emoji_suggestion:/patch
# }

此外,我还尝试了朙月拼音,似乎也没有效果。
google了半天实在找不到使用东风破安装emoji的其他案例,无奈来此提交Issues,万望指点。

@ijse
Copy link

ijse commented Jan 7, 2019

五笔拼音也是无效的,最新 Rime 1.3.2 版本

@lotem
Copy link
Member

lotem commented Jan 8, 2019

是否安裝了 emoji 的數據?

bash rime-install emoji

@lotem lotem changed the title 地球拼音无效 將emoji應用到地球拼音,无效 Jan 8, 2019
@ijse
Copy link

ijse commented Jan 8, 2019

@lotem 你好,我试了五笔拼音,也有安装emoji

@hsingll
Copy link
Author

hsingll commented Jan 8, 2019

是否安裝了 emoji 的數據?

bash rime-install emoji

你好,已经安装过。
snipaste_2019-01-08_18-30-12
snipaste_2019-01-08_18-27-03

@hsingll
Copy link
Author

hsingll commented Jan 9, 2019

@lotem 你好,我试了五笔拼音,也有安装emoji

使用 patch 方式安装无效 #4
按照这个兄台的方法可以了。

@lotem lotem closed this as completed in eaa8c6e Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants