From 66ea8c87bca0b7a3e906b769c432d31b79b7ba1d Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Mon, 13 May 2024 13:23:49 +0800 Subject: [PATCH] chore: use upstream ibus_rime --- ibus_rime.yaml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/ibus_rime.yaml b/ibus_rime.yaml index 180baee..3a22e09 100755 --- a/ibus_rime.yaml +++ b/ibus_rime.yaml @@ -1,3 +1,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 \ No newline at end of file