rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.52k stars 412 forks source link

「求助」升级到1.0.2后,无法调整至横向显示,老版本是好的 #956

Open Joey0217 opened 1 week ago

Joey0217 commented 1 week ago
image

在squirrel.yaml文件中,已经把style和皮肤字段都设置了横向

style: text_orientation: horizontal # horizontal | vertical

皮肤: horizontal: true # true横排,false竖排 尝试过删除此条语句,也无效

感谢

LEOYoon-Tsaw commented 1 week ago

text_orientation: horizontal 確實是橫排(和英文一樣),vertical是傳統中文的豎排

完整的選項在這裡有:https://github.com/rime/squirrel/wiki/squirrel.yaml-%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97

你想要的可能是candidate_layout: linear

Joey0217 commented 1 week ago

text_orientation: horizontal 確實是橫排(和英文一樣),vertical是傳統中文的豎排

完整的選項在這裡有:https://github.com/rime/squirrel/wiki/squirrel.yaml-%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97

你想要的可能是candidate_layout: linear

感谢,加上了candidate_list_layout: linear,变成横排了