GNOME Bugzilla – Bug 771063
altTab: Don't mess up MRU order while cycling windows
Last modified: 2016-09-08 19:33:32 UTC
See patch.
Created attachment 335127 [details] [review] altTab: Don't mess up MRU order while cycling windows Commit bd6e7f14d17b reimplemented the cycle keybindings to fix cycling between more than two windows, but the approach of highlighting cycled windows by actually focusing them has the drawback that cycling messes up the MRU order of windows. To fix this, only change the window focus when the operation finishes, and use a dedicated actor that draws a border around a window clone for highlighting.
Created attachment 335128 [details] [review] altTab: Add CyclerHighlight style We need an indication while cycling through windows, so add a nice big border. Corresponding SASS patch.
Review of attachment 335127 [details] [review]: looks great
Comment on attachment 335128 [details] [review] altTab: Add CyclerHighlight style Attachment 335128 [details] pushed as b219008 - altTab: Add CyclerHighlight style
Attachment 335127 [details] pushed as 3171819 - altTab: Don't mess up MRU order while cycling windows