linux - Ubuntu 20.04 上的 PhpStorm 后退导航中断

标签 linux ubuntu phpstorm

过去我遇到过用于跳回一步的 PhpStorm 快捷方式(Ctrl + Alt + [方向键])不起作用的问题。每次,我都会关注 following issue并删除与 PhpStorm 冲突的 Linux 快捷键。
但是,我最近升级到了 Linux 20.04。我一遍又一遍地查看 Linux 键盘快捷键列表,但找不到具有此冲突快捷键的快捷键!
为了增加更多的困惑,当我在 PhpStorm 中查看我的快捷方式列表时,在“主菜单 -> 导航 -> 后退/前进”的快捷方式列表下,它列出了 Alt + Shift + 左/右。当我尝试添加 Ctrl + Alt + 左/右时,它实际上并没有让我添加它!
欢迎任何帮助。
enter image description here

最佳答案

关注 Ubuntu 18.04 conflict with Intellij back/forward navigation ,我做了以下事情,它解决了这个问题。

gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "['']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right "['']"
我仍然非常困惑,因为我在键盘快捷键设置中看不到任何左侧工作区或右侧工作区条目....但它起作用了。

关于linux - Ubuntu 20.04 上的 PhpStorm 后退导航中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68644374/

相关文章:

PHPStorm:由 include/require 引起的 undefined variable

python - 使用 Python 在 dd 镜像中安装分区

python - 数据打印不正确

linux - 如何从 pid 中找到 bash 脚本名称?

ruby-on-rails-3 - Rails + Slim - MissingTemplate(生产中)

phpstorm - PhpStorm 中的 Bitbucket 问题跟踪器

linux - 隐藏 Unix Shell 脚本后台进程输出

apache - 运行到 Ubuntu 服务器时 Apache 说明书中的模板出错

Python 错误 : sqlite3. OperationalError:没有这样的表:配置

docker - 如何修复 "To fix it set server name by environment variable PHP_IDE_CONFIG and restart debug session."?