6

I'm using Pycharm as an editor and wish to use the next change keyboard shortcut, which is Ctrl+Shift+Alt+Up/Down. However it does not register. It even seems to not register just Ctrl+Alt Up/Down.

What are those shortcuts bound to in Gnome? I could fix the left and right with this answer and I tried Gnome Tweaks, but nothing works.

On 19.4

2 Answers2

2

It finally worked for me:

  • Instead of simply disabling Ctrl + Shift + Alt + {Up|Down} shortcuts in the actions where they originally belong to (moving window across workspaces),
  • Try assigning Ctrl + Shift + Alt + {Up|Down} to something irrelevant like "Volume up" and "Volume down",
  • Then delete them from "Volume up" and "Volume down".
  • Now GNOME will finally think shortcuts are unassigned (and IDEA, in my case, were able to receive events).
uvsmtid
  • 146
  • 4
  • This worked only for a short period of time for me. After reboot or lock, the shortcut stoped working in my ide. – djib Sep 04 '23 at 08:21
1

Running these seems to work immediately:

gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-up '[]'
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-down '[]'

The resulting NixOS configuration might also be useful to someone.

l0b0
  • 8,819