Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl+W popup won't close if you click on an application #253

Open
kirjorjos opened this issue Jun 7, 2023 · 4 comments
Open

Ctrl+W popup won't close if you click on an application #253

kirjorjos opened this issue Jun 7, 2023 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@kirjorjos
Copy link

The Ctrl+w popup closes fine if you click on a workspace and click on the desktop at the back, but if you click on an application, it doesn't close.

@vskubriev
Copy link

Same exactly. It's very strange.

So to activate exit from ws switcher you should use following:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/ set org.gnome.shell.extensions.wsmatrix-keybindings workspace-overview-confirm "['<Super>w']"

Note. There is inaccuracy in the doc: https://github.com/mzur/gnome-shell-wsmatrix/wiki/Custom-keyboard-shortcuts

that:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/ \
   set org.gnome.shell.extensions.wsmatrix-keybindings <shortcut-name> ['<Shift><Super>o']

does the job. This command returns, error:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/    set org.gnome.shell.extensions.wsmatrix-keybindings workspace-overview-confirm ['<Super>w']
expected value:
  [<Super>w]
    ^     

Need to fix documentation, like so:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/ \
   set org.gnome.shell.extensions.wsmatrix-keybindings <shortcut-name> "['<Shift><Super>o']"

Normal cmd should contain double quotes "['<Shift><Super>o']"

But unfortunately thats seems not work, as described by @kirjorjos

@mzur
Copy link
Owner

mzur commented Aug 16, 2023

Thanks @vskubriev, I have fixed the wiki.

@kirjorjos I can confirm this issue and will classify it as a bug. I usually navigate the Ctrl+w popup with the arrow keys and enter because I mostly use it when I only have one hand available so I didn't notice this before.

@mzur mzur added bug Something isn't working help wanted Extra attention is needed labels Aug 16, 2023
@cryhot
Copy link

cryhot commented Oct 12, 2023

Yep, clicking on an app doesn't close the popup, moreover you can drag the app but not drop it.
Is it a WIP or broken feature? Maybe related to #200?

@mzur
Copy link
Owner

mzur commented Oct 13, 2023

Window drag and drop is tracked in #60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants