One windows circle with Alt+tab. Another one with Super+Tab. Keyboard shortcuts see on screenshots
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Rejected |
7 | Active |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Active |
1 | Rejected |
1. Please remove `this.initTranslations()`. Not needed (line 262 prefs.js): https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils > Consider this method deprecated. Only specify gettext-domain in metadata.json. > GNOME Shell can automatically initiate the translation for you when it sees > the gettext-domain key in metadata.json. 2. Extensions cannot use `run_dispose()` (line 128 extension.js): > This function should only be called from object system implementations. https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose 3. Remove the constructor (line 93 extension.js). Move everything to enable and null them out in disable. 4. Null out `_appData` in disable. 5. Remove unused variable (line 16 extension.js).