-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
ibus_rime.yaml
executable file
·29 lines (23 loc) · 935 Bytes
/
ibus_rime.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ibus-rime configuration
# https://github.com/rime/ibus-rime/blob/master/ibus_rime.yaml
config_version: '1.10'
style:
# candidate list orientation (false|true).
horizontal: true
# embed preedit text in the input field (false|true).
inline_preedit: true
# `preedit_style` specifies what to display as inline preedit text.
# display inline the input under conversion.
preedit_style: composition
# preview the converted text.
# preedit_style: preview
# `cursor_type` specifies where the inline cursor is located.
# inline cursor is at the insertion point.
cursor_type: insert
# inline cursor is at the beginning of text under conversion.
# cursor_type: select
# built-in color schemes for highlighting the portion of inline preedit text
# that needs focus. (null|aqua|azure|ink|luna)
# by default highlighting color is not used.
color_scheme: ~
# color_scheme: aqua