IntelliJ Idea Ctrl+Alt+Left shortcut doesn't work in Ubuntu

后端 未结 12 1015
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 18:53

I am using IntelliJ Idea 2017.3 latest release in Ubuntu 2017.10 and shortcut Ctrl+Alt+Left/Right doesn\'t work.

Whereas from

12条回答
  •  终归单人心
    2021-01-29 19:19

    For Linux Mint Cinnamon, the default workspace switching keybinding that interferes with IntelliJ keybinding can be changed with the following :

    Disable:

    gsettings set org.cinnamon.desktop.keybindings.wm switch-to-workspace-left "@as []"
    gsettings set org.cinnamon.desktop.keybindings.wm switch-to-workspace-right "@as []"
    

    Reset to defaults:

    gsettings reset org.cinnamon.desktop.keybindings.wm switch-to-workspace-left
    gsettings reset org.cinnamon.desktop.keybindings.wm switch-to-workspace-right
    

    Thanks @László for the Ubuntu Gnome hint.

提交回复
热议问题