Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么视频中配置完成后,输入法候选词界面是水平横向的,但是我配置完是垂直纵向的? #39

Closed
fxxf1111 opened this issue Mar 14, 2024 · 5 comments

Comments

@fxxf1111
Copy link

windows10 系统,配置完后,重新部署了好几次,还注销过

image

image

@YummyCocoa
Copy link
Collaborator

YummyCocoa commented Mar 14, 2024

反馈群内,改为垂直的呼吁比较高。 就改垂直了。 需要改回去的话。……

小狼毫的配置文件内水平参数调整为 true :

horizontal: false # 候选项水平排列(在custom内和candidate_list_layout的linear效果一样)

所以,可以使用weasel.custom.yaml进行文件覆写:

patch:
  "style/horizontal": true

重新部署后的效果:

修改配置后,重新部署后效果

另外,如果你是macOS,并且使用的是鼠须管;那么就可以覆写candidate_list_layout配置了(不清楚为什么小狼毫内candidate_list_layout配置无法使用,可能后续会支持):

# candidate_list_layout: stacked # stacked | linear | tabled

同理,使用squirrel.custom.yaml文件进行覆写:

patch:
  "style/candidate_list_layout": linear
macOS上的效果

如果你在macOS上使用的是小企鹅,那么在小企鹅的设置内,可以可视化操作。

最后,如果你用的是Linux,外观受限于框架配置,情况可能比较复杂。可以看看你具体是用什么的输入法框架,比如 ibus,可以直接修改ibus_rime.yaml内:

horizontal: true

@Mintimate Mintimate pinned this issue Mar 15, 2024
@Mintimate Mintimate changed the title 为什么视频中配置完后,输入法选字界面是横的,我自己配置完是竖的? 为什么视频中配置完成后,输入法候选词界面是水平横向的,但是我配置完是垂直纵向的? Mar 16, 2024
@Corgile
Copy link

Corgile commented Mar 19, 2024

@Mintimate

Debian12中不论修改哪个文件,都是vertical的, 并且改了字号并没有任何变化
image

image

@Mintimate
Copy link
Owner

Linux受限于系统,配置取决于输入法框架配置,比如iBus和Fcitx5的配置

@Corgile
Copy link

Corgile commented Mar 19, 2024

Linux受限于系统,配置取决于输入法框架配置,比如iBus和Fcitx5的配置

用的是ibus

@Mintimate
Copy link
Owner

Linux受限于系统,配置取决于输入法框架配置,比如iBus和Fcitx5的配置

用的是ibus

参考这个: rime/ibus-rime#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants