折腾记录:输入法自动切换
我希望输入法能在不同 APP 间自动地切换,刚开始是用 AutoSwitchInput,通过设置每个 APP 对应的输入法,在两个系统输入法(中/英)之间切换。但是有个小问题,从 APP1 切到 APP2,再切回去时,先前 APP1 的输入法状态会丢失。
后来换了 Rime,发现这家伙带了自动切换的功能,而且还能记住之前 APP 的输入状态,更重要的是竟然还支持 Vim Esc 时自动切到英文,这样一来我的系统可以少装一个 AutoSwitchInput,每个 JetBrains IDE 都可以少装一个 IdeaVimExtension(Esc 时切英文),这也是我目前的切换方案。
#experience
我希望输入法能在不同 APP 间自动地切换,刚开始是用 AutoSwitchInput,通过设置每个 APP 对应的输入法,在两个系统输入法(中/英)之间切换。但是有个小问题,从 APP1 切到 APP2,再切回去时,先前 APP1 的输入法状态会丢失。
后来换了 Rime,发现这家伙带了自动切换的功能,而且还能记住之前 APP 的输入状态,更重要的是竟然还支持 Vim Esc 时自动切到英文,这样一来我的系统可以少装一个 AutoSwitchInput,每个 JetBrains IDE 都可以少装一个 IdeaVimExtension(Esc 时切英文),这也是我目前的切换方案。
#experience
Mac App Store
AutoSwitchInput
[Support native Apple M series and Intel chips]
Automatically switch between Chinese and English, input method, and input freely
If it takes 2 seconds to switch between Chinese and English (input method) correctly and 100 times a day, it will be 30000 times…
Automatically switch between Chinese and English, input method, and input freely
If it takes 2 seconds to switch between Chinese and English (input method) correctly and 100 times a day, it will be 30000 times…