Shortcuts Ctrl + Shift + Alt + Up/Down

Hi.

Using Budgie, some VS Code shortcuts does not work like: Copy line Down/Up : Ctrl + Shift + Alt + Up/Down

I’ve just disabled some shortcuts:

gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-up []
	gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-down []
	gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-right []
	gsettings set org.cinnamon.desktop.keybindings.wm move-to-workspace-left []

	gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down []
	gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up []
	gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left []
	gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right []

Could you share what shortcut is the Ctrl + Shift + Alt + Up/Down ?

Some desktop environments have their workspaces arranged in a vertical UP/DOWN fashion. On those, Ctrl + Alt + Shift + UP/DOWN would move the current application to the workspace above or below. Ubuntu Budgie, however, arranges the workspaces in a left to right manner, so we use Ctrl + Alt+ Shift + LEFT/RIGHT instead.

So the ones with the LEFT/RIGHT are used to move applications to other workspaces, or switch to other workspaces. The UP/DOWN ones do nothing in Budgie.