gpt4 book ai didi

ubuntu - 如何在 VSCode + Vim + Ubuntu 中使用其他语言(例如俄语)而不自行更改布局?

转载 作者:行者123 更新时间:2023-12-04 18:59:01 26 4
gpt4 key购买 nike

我尝试了 ibus 和 xkb-switch (来自 im-select ),但这些对我不起作用。

最佳答案

我通过添加到 VSCode settings.json 解决了这个问题:

{
"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.defaultIM": "0",
"vim.autoSwitchInputMethod.switchIMCmd": "/usr/bin/gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval \"imports.ui.status.keyboard.getInputSourceManager().inputSources[{im}].activate()\"",
"vim.autoSwitchInputMethod.obtainIMCmd": "/usr/bin/gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval \"imports.ui.status.keyboard.getInputSourceManager().currentSource.index\" | cut -d\"'\" -f2"
}
默认输入法(在设置“vim.autoSwitchInputMethod.defaultIM”中)可以通过上面列表中的最后一个命令获得(如果在终端中键入此命令)

关于ubuntu - 如何在 VSCode + Vim + Ubuntu 中使用其他语言(例如俄语)而不自行更改布局?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69934830/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com