-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |