Skip to content

Commit 66ea8c8

Browse files
mirtlecnMintimate
authored andcommitted
chore: use upstream ibus_rime
1 parent 552f03e commit 66ea8c8

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

ibus_rime.yaml

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1-
# 设置横向展示
1+
# ibus-rime configuration
2+
# https://github.com/rime/ibus-rime/blob/master/ibus_rime.yaml
3+
4+
config_version: '1.10'
5+
26
style:
7+
# candidate list orientation (false|true).
38
horizontal: true
9+
10+
# embed preedit text in the input field (false|true).
11+
inline_preedit: true
12+
13+
# `preedit_style` specifies what to display as inline preedit text.
14+
# display inline the input under conversion.
15+
preedit_style: composition
16+
# preview the converted text.
17+
# preedit_style: preview
18+
19+
# `cursor_type` specifies where the inline cursor is located.
20+
# inline cursor is at the insertion point.
21+
cursor_type: insert
22+
# inline cursor is at the beginning of text under conversion.
23+
# cursor_type: select
24+
25+
# built-in color schemes for highlighting the portion of inline preedit text
26+
# that needs focus. (null|aqua|azure|ink|luna)
27+
# by default highlighting color is not used.
28+
color_scheme: ~
29+
# color_scheme: aqua

0 commit comments

Comments
 (0)