How to prevent Gnome-shell's Alt+Tab from grouping windows from similar apps?
Posted
by
wleoncio
on Super User
See other posts from Super User
or by wleoncio
Published on 2012-02-27T01:55:15Z
Indexed on
2012/07/02
9:18 UTC
Read the original article
Hit count: 263
I love pretty much everything about how Gnome Shell handles app-switching through Alt+Tab. My one gripe with it, though, is how it forces the user to use Alt+` to switch between windows of the same app. This is very annoying for me, because now I have to keep in mind if the last window I was using belonged to the same app as the current window or not. Definitely a nuisance for power users who thinks in terms of "windows I'm working with" instead of "applications I'm working on".
I've tried the AlternateTab extension ( https://extensions.gnome.org/extension/15/alternatetab/ ), but it's looks way too ugly for me. Not to mention that in the end all I want is to remap Alt+(key above tab) to Alt+Tab on this application. I guess one option would be to just tweak Gnome-shell. My guess is that I should tinker with the altTab.js
file at /usr/share/gnome-shell/js/ui/
, but the file is too long and overwhelming for someone like me, who doesn't know JavaScript.
Does anyone know how I can make Gnome Shell stop grouping windows by applications?
© Super User or respective owner