Skip to content

Instantly share code, notes, and snippets.

@tiye
Created September 23, 2012 06:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiye/3769043 to your computer and use it in GitHub Desktop.
Save tiye/3769043 to your computer and use it in GitHub Desktop.
尝试了下 Rime 输入法
# Rime setting
patch:
"menu/page_size": 9
schema_list:
- schema: luna_pinyin
- schema: cangjie5
- schema: luna_pinyin_fluency
- schema: luna_pinyin_simp
- schema: double_pinyin_flypy
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
reset: 0
states: [ 半角, 全角 ]
- name: zh_simp # 注意這裏(※1)
reset: 1
states: [ 漢字, 汉字 ]

之前 Ubuntu 的时候 @byvoid 的博客上看到过, 但 Ubuntu 没找到 PPA 就没装了
昨天再听到的时候就想起到 AUR 找包装装看了. 然后在 Twitter 上求小鹤双拼的配置,
后面继续用 sunpinyin, 上午突然发现大神回复我了.. 然后马上去找到这个链接:
https://code.google.com/p/rimeime/source/browse/trunk/brise/supplement/double_pinyin_flypy.schema.yaml

经历过多次尝试写配置失败之后, yaml 的配置真的需要学一下.. 我的想法大概是这样:
Arch 里的用户配置实在 ~/.config/ibus/rime/, default.yaml 是默认配置, 不用改, 改了也会被覆盖的.
https://code.google.com/p/rimeime/wiki/RimeWithSchemata
用户配置文件是 default.custom.yaml 这个文件, 我的配置就是我贴出来的代码.
小鹤的码表写成 double_pinyin_flypy.schema.yaml 保存在配置的目录下面.
后面就要按下图标或者重启输入法就好了.. 一般.. 不出问题的话..
然后要按下 Ctrl+` 找到小鹤拼音的选项, 这不是写在配置里的.

看了下, 半角的理解和 sunpinyin 不同. 编程需要, 加上到处 Markdown, 就还是回了.
中州韵还有中古音之类的, 以后再看了. 有个东风破的明代拼音方案, 还是很诱人的..
本想定制一下看看, 但 Zime 上对标调拼音的介绍并不详细, 只好先停下
http://huaban.com/pins/1739241/zoom/

@QGB
Copy link

QGB commented Aug 31, 2018

小狼毫输入法 怎么 快捷输入时间日期 rq sj 啊 ,这个功能还没有加上吗?

@QGB
Copy link

QGB commented Aug 31, 2018

小狼毫输入法 怎么 快捷输入时间日期 rq sj 啊 ,这个功能还没有加上吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment