G-dH / advanced-alttab-window-switcher

A highly customizable replacement for Gnome Shell's Alt-Tab window and app switchers.
GNU General Public License v3.0
151 stars 11 forks source link

Stuck with application menu #33

Closed benintech closed 1 year ago

benintech commented 1 year ago

Maybe it's just me missing something here, but :

I think pressing the \<Menu> key again should close it if it's open. The menu key should be a toggling key

G-dH commented 1 year ago

In the last official version I've changed Esc key behavior - replaced press signal with the release signal because of full-screen youtube video reacting on the release event of the Ecs key. Almost immediately after I released it on e.g.o I realized that this change negatively affects navigation inside AATWS and I changed it back. Try to install the latest repository version. When the context menu is open, AATWS doesn't control the key handling, it would need to hack the menu.

benintech commented 1 year ago

OK great the latest version works, \<Esc> just closes the menu now. Thanks