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
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['<Super>Page_Down']"
will disable the assignment of Ctrl+Alt+Down to Gnome Shell, but keep the alternative default key binding. If it then still does not work in Pycharm, you will have to look in Pycharm to find the problem. – vanadium Dec 03 '19 at 08:37