Gnome extension that implements enhanced Super + <number> behavior from gnome-shell #2725.
This is how it works:
- Launch the nth dash application if not running.
- Focus the application's most recent window if running but unfocused.
- Cycle to the next window if application is focused (repeated presses cycle through all windows).
- No action if application has focus and only one window exists.
This adds app window cycling to Gnome's dash shortcuts (switch-to-application-<number>). Cycling can be scoped to current workspace.
This extension is available on extensions.gnome.org. You can install from there or install manually. By installing from extensions.gnome.org you will always have the latest update.
The following commands will install the extension:
git clone https://github.com/alternateved/gnome-repeat-to-cycle.git
cd gnome-repeat-to-cycle
make installLogout and login required after manual installation.