Review of "AltTab Mod" version 23

Details Page Preview

Add some QoL changes to the App Switcher (Alt/Super+Tab)... - use `WASD`, `hjkl` or the arrow keys for navigation - `Q` only closes the selected window instead of the entire app - only raise the first window instead of every instance - optionally: only show windows from the current workspace - optionally: only show windows from the current monitor - optionally: remove the App Switcher's delayed appearance

Extension Homepage
https://github.com/Leleat/AltTab-Mod

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:492
                        this._initialDelayTimeoutId = GLib.timeout_add(
                            GLib.PRIORITY_DEFAULT,
                            settings.get_boolean('remove-delay') ? 0 : 150,
                            () => {
                                this._showImmediately();
                                

All Versions

Previous Reviews on this Version

fmuellner active