I’d like to switch between workspaces with Meta+{1…9} I’ve tried to set this up and working in two different ways, but neither seem to work properly. What happens is that some of the keyboard shortcuts works but some does not.
I’ve tried the following:
$ for i in {1..9}; do gsettings set "org.gnome.desktop.wm.keybindings" "switch-to-workspace-$i" "['<Super>$i']" ; done
as described here: https://www.reddit.com/r/gnome/comments/j6lr73/keyboard_shortcuts_for_9_workspaces/
With this one only Meta+{1…5} are working. Weird.
I’ve also tried using the Space Bars extension, that comes with an option to use Meta+{1…9}. With this one, it seems that Meta+{1…4} always works, but after that that it is completely random which works. Sometimes they all work, sometimes a couple of them does not work. A few minutes later the ones that just did work, does not work while the ones that did not work suddenly work.
Any suggestions as how to approach this error?