Created
August 16, 2020 14:57
-
-
Save lotem/4b8ce0742eac3c2a7aafed8b16e645df to your computer and use it in GitHub Desktop.
Rime config for testing vertical UI in Squirrel https://github.com/rime/squirrel/pull/441
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
patch: | |
# menu/alternative_select_labels: [ ㊀, ㊁, ㊂, ㊃, ㊄, ㊅, ㊆, ㊇, ㊈ ] | |
# menu/alternative_select_labels: [ ㈠, ㈡, ㈢, ㈣, ㈤, ㈥, ㈦, ㈧, ㈨ ] | |
menu/alternative_select_labels: [ 一, 二, 三, 四, 五, 六, 七, 八, 九 ] | |
translator/preedit_format: | |
- "xlit|abcdefghijklmnopqrstuvwxyz|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" |
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
patch: | |
style/color_scheme: aqua # observe the bottom of hightlighted block on a dark background app | |
style/font_face: 'Hiragino Maru Gothic ProN' | |
style/font_point: 21 | |
style/label_font_face: 'Hiragino Maru Gothic ProN' | |
style/label_font_point: 18 # set to 21 to make Chinese numbers vertical | |
style/candidate_format: '%c %@' | |
style/vertical: true | |
style/base_offset: 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment