home icon indicating copy to clipboard operation
home copied to clipboard

如何实现中英文混合输入?

Open hwypengsir opened this issue 1 year ago • 4 comments

我想输入下面的一句话:我在home里。

目前的做法:输完 "我在" 后 ,ctrl + space,切换到英文,输入 "home",再ctrl + space,切换到中文,输入"里". 现在我发现中文输入状态下,输入 "/" 符号后,会出现英文。

输入"wo zai" ,产生汉语"我在"后,输入 /home ,次数如何快速使得 "我在/home" ,变为 我在home ? 如果能够快捷的去掉符号 / ,就快速实现了中英文混合输入了。

hwypengsir avatar Apr 14 '24 01:04 hwypengsir

既然用拼音输入法,回车就能直接上屏 "home",不需要做别的设置。

ksqsf avatar Apr 14 '24 05:04 ksqsf

home前面的符号 / ,如何删除? “/home" 如何变为 "home"?

hwypengsir avatar Apr 15 '24 22:04 hwypengsir

没必要打 / 。直接打 "home" 回车不就是 "home" 嘛。

如果非要引导键,可以参考 https://github.com/rime/squirrel/issues/787 及其中所引用 issue 的做法,特别是 https://github.com/rime/squirrel/issues/581 。

ksqsf avatar Apr 16 '24 06:04 ksqsf