Heisenberg Asked: 2020-09-14 09:19:00 +0800 CST2020-09-14 09:19:00 +0800 CST 2020-09-14 09:19:00 +0800 CST How to make shortcut to go to specific workspace 772 Ubuntu already has option to switch to specific workspace but only upto 4 workspaces. Is there a way I can add shortcuts to go to specific workspace for more than 4 workspaces? Note: I'm on Ubuntu 20.04 shortcuts shortcut-keys workspaces display workspace-switcher 1 Answers Voted Best Answer Rinzwind 2020-09-14T09:34:16+08:002020-09-14T09:34:16+08:00 Not from the desktop but you can from the commandline: dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-5 "['<Primary>F5']" and so on or nstall dconf-editor if you want a graphical method:
Not from the desktop but you can from the commandline:
and so on or nstall
dconf-editor
if you want a graphical method: