daniellandau / switcher

Gnome Shell extension to switch windows quickly by typing
GNU General Public License v3.0
347 stars 43 forks source link

Binding Switcher to super+enter causes Switcher to exit #163

Open Flimm opened 10 months ago

Flimm commented 10 months ago

I've bound the key binding to super+enter. The binding was accepted. Now, when I try to launch Switcher by pressing super+enter, the Switcher window appears briefly, and then quickly disappears. Focus is not returned to the window it was on.

Can Switcher support this binding?

daniellandau commented 10 months ago

There's logic to shut down Switcher when the same hotkey is pressed again. I guess it's not handling super+enter correctly, which is not too surprising since the logic is quite finicky. I'd accept a patch to fix it.