CheeseEBoi Ctl+Alt+Left & Right Arrows works as @kevjon says.
I don't know if this can be changed (I find it works for me). You can set a shortcut to jump to a specific workspace, maybe that would help you. Win+1, Win+2, etc or something like that? (I like to use Ctrl+Alt+1, Ctl+Alt+2, etc). Below is my config note regarding this. Hope you get sorted.
Workspace shortcuts
The gnome keyboard settings allows setting shortcuts for 4 workspaces.
I have used Ctrl + Alt + <number on keypad>
How to add shortcuts for additional workspaces
Here's how to read how *dconf * manages the shortcuts:
dconf read /org/gnome/desktop/wm/keybindings/switch-to-workspace-1
which will return, depending on what shortcut is set, something like this
['<Primary><Alt>KP_1']
Set new shortcuts
Here we add new shortcuts for workspaces 5 and 6
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-5 "['<Primary><Alt>KP_5']"
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-6 "['<Primary><Alt>KP_6']"
These will function although will not be shown in Settings/Keyboard Shortcuts