Last active
June 28, 2024 03:53
-
-
Save lotem/5440677 to your computer and use it in GitHub Desktop.
Rime 自定義短語文件樣例
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
# Rime table | |
# coding: utf-8 | |
#@/db_name custom_phrase.txt | |
#@/db_type tabledb | |
# | |
# 用於【朙月拼音】系列輸入方案 | |
# 【小狼毫】0.9.21 以上 | |
# | |
# 請將該文件以UTF-8編碼保存爲 | |
# Rime用戶文件夾/custom_phrase.txt | |
# | |
# 碼表各字段以製表符(Tab)分隔 | |
# 順序爲:文字、編碼、權重(決定重碼的次序、可選) | |
# | |
# 雖然文本碼表編輯較爲方便,但不適合導入大量條目 | |
# | |
# no comment | |
中州韻輸入法引擎 rime 3 | |
Rime Input Method Engine rime 2 | |
http://code.google.com/p/rimeime/ rime 1 | |
星際我爭霸 starcraft | |
[email protected] email |
五笔_拼音有办法用这个功能不
五笔_拼音有办法用这个功能不
需要修改輸入方案
自定义短语里面有大量日语句子。
经常会简体汉字和这些自定义短语里的日语句子混合输入。
但是日语句子里的繁体汉字会被转换成简体的。
有没有什么办法不转换自定义短语里的内容?
有!在 simplifier
中指定 tags: [ abc ]
即可。
abc
代表主翻译器。tags: [ abc ]
相当于只对主翻译器转换。
短语能不能是分行的呢?比如
\begin{pmatrix}
x & y \
z & v
\end{pmatrix}
同问短语能不能是分行的?
这个功能挺实用。
应该是不能换行的吧?能换行就好,
同问:如何换行呢?
希望增加换行功能,比如用\n来给自定义短语换行等等。
不能使用.
吗? 用来简写一些常用的域名, 比如 github.com g.h
期待只需要输入g.h
就能输出github.com
, 目前看来是只要包含了.就不能正确输出, 好像是,.
被翻页占用的原因
还有个需求就是能用变量吗? 比如输出当前日期时间比较方便
emoji不能使用对吗?
❌ xx 1
符号怎么使用啊
支持换行了吗?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自定义短语里面有大量日语句子。
经常会简体汉字和这些自定义短语里的日语句子混合输入。
但是日语句子里的繁体汉字会被转换成简体的。
有没有什么办法不转换自定义短语里的内容?