gnome-shell-extension-alt-tab-scroll-workaround
gnome-shell-extension-alt-tab-scroll-workaround copied to clipboard
Add support to `WindowCyclerPopup` in `v4`
WindowCyclerPopup (Alt+Esc) support is being added to GNOME 45 (https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/21) (it will probably be released in v5) but it is not currently supported in v4 (GNOME 44) (https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/21#issuecomment-1781385189). It should be easy to adapt https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/21/commits/acf99216e78dc87e963af9bb76c1e7f5df684517 to v4.
The current extension does not work with GNOME 45 and the updated extension (https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/21) will not work with GNOME < 45. I created the branches gjs-legacy and gjs-legacy-develop to keep support for previous versions (< v5).