FFe : Add option to make alt-tab easier to use for workspace users
Bug #860622 reported by
Jason Smith
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
Medium
|
Jason Smith | ||
unity (Ubuntu) |
Fix Released
|
Medium
|
Jason Smith |
Bug Description
Alt-tab should support a mode of sorting which gives a higher priority to windows on the current viewport. This means alt-tab will function more like alt-tab in previous versions of Ubuntu from a keypress standpoint. (Alt-tab takes you to the previously focused window on the current desktop rather than all desktops). This option is off by default.
Related branches
lp://staging/~unity-team/unity/unity.viewport-bias
- Sam Spilsbury (community): Needs Fixing
- Tim Penhey (community): Approve
-
Diff: 190 lines (+27/-11)11 files modifiedplugins/unityshell/src/AbstractLauncherIcon.h (+1/-1)
plugins/unityshell/src/BamfLauncherIcon.cpp (+2/-2)
plugins/unityshell/src/BamfLauncherIcon.h (+1/-1)
plugins/unityshell/src/LauncherIcon.h (+1/-1)
plugins/unityshell/src/MockLauncherIcon.h (+1/-1)
plugins/unityshell/src/PluginAdapter.cpp (+8/-2)
plugins/unityshell/src/PluginAdapter.h (+3/-1)
plugins/unityshell/src/WindowManager.cpp (+1/-1)
plugins/unityshell/src/WindowManager.h (+1/-1)
plugins/unityshell/src/unityshell.cpp (+3/-0)
plugins/unityshell/unityshell.xml.in (+5/-0)
Changed in unity: | |
status: | New → Confirmed |
Changed in unity (Ubuntu): | |
status: | New → Confirmed |
Changed in unity: | |
importance: | Undecided → Medium |
Changed in unity (Ubuntu): | |
importance: | Undecided → Medium |
Changed in unity: | |
assignee: | nobody → Jason Smith (jassmith) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Jason Smith (jassmith) |
Changed in unity: | |
milestone: | none → backlog |
milestone: | backlog → 4.20.0 |
Changed in unity: | |
status: | Confirmed → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I understand this will just be a gsettings key which you can change in ccsm, not enabled by default, not exposed in control-center, and the 20-line patch is already written. Approved.