mzur / gnome-shell-wsmatrix

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

workspace-overview-confirm behaves unexpectedly with custom keybindings #265

Open cryhot opened 9 months ago

cryhot commented 9 months ago

I wanted to redefine my keybindings to close the overview popup to Super+W, because why would I have two different shortcuts for opening and closing where I could have one, and keep my fingers on the same keys?

As specified in the wiki, I redefined workspace-overview-confirm, and found several bugs. In the following I assume that I have workspace-overview-toggle to the default value ("['<Super>w']"), but behavior is the same if switching ws and us in every keybinding.

By the way, workspace-overview-toggle doesn't toggle the popup, it only opens it. I don't know if it is a bug or a feature, but definitively misleading.

mzur commented 8 months ago

Thanks for the report! I'm not sure if anything can be done about this, as it might be the default behavior with all keybindings (e.g. if you set the same keys for different actions). But someone could definitely have a look if this can be improved.