mzur / gnome-shell-wsmatrix

GNOME shell extension to arrange workspaces in a two-dimensional grid with workspace thumbnails
GNU General Public License v3.0
464 stars 59 forks source link

Debian 10 Key Map #158

Closed torressa closed 3 years ago

torressa commented 3 years ago

Hi,

I can't seem to get the key maps to work on Debian 10 Buster.

I've tried running

gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "['<Control><Alt>Left']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right "['<Control><Alt>Right']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up "['<Control><Alt>Up']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['<Control><Alt>Down']"

And for some reason they are still mapped wrongly...

ezgif com-video-to-gif

mzur commented 3 years ago

What do you get when you execute:

gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "['<Control><Alt>Left']"

And then:

gsettings get org.gnome.desktop.wm.keybindings switch-to-workspace-left

Edit: Do you still use GNOME 3.30? Maybe you are affected by this bug.

torressa commented 3 years ago

Oh right, I am indeed on GNOME 3.30 ... Sorry for the duplicate.