Mintimate / oh-my-rime

The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572
https://www.mintimate.cc
GNU General Public License v3.0
2.52k stars 165 forks source link

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

Closed fxxf1111 closed 7 months ago

fxxf1111 commented 7 months ago

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

image

image

YummyCocoa commented 7 months ago

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

小狼毫的配置文件内水平参数调整为 true : https://github.com/Mintimate/oh-my-rime/blob/b4b49567103e0233d14a427029c222da10503c1a/weasel.yaml#L51

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

patch:
  "style/horizontal": true

重新部署后的效果:

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

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

https://github.com/Mintimate/oh-my-rime/blob/b4b49567103e0233d14a427029c222da10503c1a/squirrel.yaml#L37

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

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

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

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

https://github.com/Mintimate/oh-my-rime/blob/b4b49567103e0233d14a427029c222da10503c1a/ibus_rime.yaml#L8

Corgile commented 6 months ago

@Mintimate

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

image

Mintimate commented 6 months ago

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

Corgile commented 6 months ago

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

用的是ibus

Mintimate commented 6 months ago

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

用的是ibus

参考这个: https://github.com/rime/ibus-rime/issues/42