Last active
December 22, 2016 01:03
-
-
Save Mark-Han/f9e186b28f49f849d1247ef01288b552 to your computer and use it in GitHub Desktop.
ibus-rime configuration on my Ubuntu (~/.config/ibus/rime)
This file contains hidden or 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 default settings | |
# encoding: utf-8 | |
# customed by Mark Han | |
# 27 Nov., 2016 | |
config_version: "0.35" | |
#patch begin | |
patch: | |
schema_list: | |
- schema: luna_pinyin_fluency | |
- schema: wubi86 | |
- schema: wubi_pinyin | |
switcher: | |
caption: Mark Han | |
hotkeys: | |
- Control+grave | |
- Control+Shift+grave | |
- F4 | |
save_options: | |
- full_shape | |
- ascii_punct | |
- simplification | |
- extended_charset | |
fold_options: true | |
abbreviate_options: true | |
option_list_separator: '|' | |
#patch end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment