Manjaro/Gnome中的VScodium更改键盘快捷键

发布于 2025-02-10 03:12:35 字数 166 浏览 0 评论 0原文

我使用manjaro/gnome,并具有super+f来启动文件管理器(文件)。我决定尝试一下VScodium,现在快捷方式启动了VScodium,而不是文件。 我在GNOME设置中搜索了键盘,分配给文件的快捷方式仍然是Super+F,但它无法正常工作,我所得到的只是启动VSCODIUM。 关于如何解决的想法? 谢谢

I use Manjaro/Gnome and had Super+F to start the file manager (Files). I decided to give it a try to VSCodium and now the shortcut starts VSCodium, not Files.
I searched in Gnome Settings>Keyboard and the shortcut assigned to Files is still Super+F, but it is not working, all I get is to start VSCodium.
Any ideas on how to fix it?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终弃我 2025-02-17 03:12:36

经过一些研究,我发现VSCODIUM或VS代码安装将自己设置为处理目录的默认应用程序。
要返回到默认/个人快捷方式,您必须编辑mimeinfo.cache/usr/share/share/applications目录中找到。

寻找行
inode/directory = codium.desktop; org.gnome.nautilus.desktop; ranger.desktop;
并删除codium,desktop; ...注销并再次登录。

那将修复它。

After some research, I found that VSCodium or VS Code installation sets themselves as the default application to deal with directories.
To go back to default/personal shortcuts you must edit mimeinfo.cache found in the /usr/share/applications directory.

Look for the line
inode/directory=codium.desktop;org.gnome.Nautilus.desktop;ranger.desktop;
and delete codium,desktop;... Logout and login again.

That will fix it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文