I run Ubuntu 20.04 with GNOME 3.36.2. I have set switching keyboard layout to Shift+Left Alt:
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']"
However, Slack uses Shift+Alt+arrow up/arrow down to go to next unread channel. Apparently, GNOME intercepts these keys first, changes keyboard layout and does not let Slack handle them as well.
Is it possible to make GNOME propagate these keys further to other applications?
I want to keep the shortcut the same for both things. It worked well on Unity with Ubuntu 16.04.