Keyboard shortcuts - Update some window management shortcuts to use "Ctrl + Super" instead of just "Super"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
compiz (Ubuntu) |
Fix Released
|
Undecided
|
Didier Roche-Tolomelli | ||
compiz-plugins-main (Ubuntu) |
Fix Released
|
Undecided
|
Didier Roche-Tolomelli | ||
metacity (Ubuntu) |
Fix Released
|
Undecided
|
Didier Roche-Tolomelli | ||
ubuntu-docs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Change the following window management shortcuts
from:
Ctrl + Alt + D Minimises all windows
Super + Cursor up Maximises the current window
Super + Cursor down Restores or minimises current window
Super + Cursor Left or Right Semi-maximises current window
to:
Ctrl + Super + D Minimises all windows
Ctrl + Super + Cursor up Maximises the current window
Ctrl + Super + Cursor down Restores or minimises current window
Ctrl + Super + Cursor Left or Right Semi-maximises current window
Rational:
SUPER triggers the launcher, and the actions listed above do not require launcher interactions. As a result, using SUPER on it's own for these interactions has resulted in false positives where the launcher is revealed even though it provides no benefit for these interactions. Adding CTRL to the beginning of these shortcuts solves this problem, and also makes the shortcuts more congruous with the 'Ctrl + Alt + Cursor Keys' workspace shortcuts.
For a full list of the unity shortcuts see https:/
Related branches
- Ubuntu Documentation Committers: Pending requested
-
Diff: 260 lines (+40/-31)4 files modifiedubuntu-help/C/keyboard-nav.page (+4/-4)
ubuntu-help/C/shell-keyboard-shortcuts.page (+3/-3)
ubuntu-help/C/windows-key.page (+7/-7)
ubuntu-help/ubuntu-help.pot (+26/-17)
description: | updated |
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → Critical |
status: | New → Triaged |
Changed in unity: | |
status: | New → Confirmed |
Changed in unity (Ubuntu): | |
status: | New → Confirmed |
Changed in unity: | |
milestone: | none → backlog |
tags: | added: keybinding udp |
Changed in unity-2d: | |
milestone: | none → 5.10.0 |
status: | New → Confirmed |
Changed in unity-2d (Ubuntu): | |
status: | New → Confirmed |
affects: | unity → compiz |
Changed in compiz: | |
milestone: | backlog → none |
affects: | compiz → compiz-core |
no longer affects: | compiz-core |
no longer affects: | unity-2d (Ubuntu) |
no longer affects: | unity-2d |
affects: | unity (Ubuntu) → compiz (Ubuntu) |
Changed in compiz-plugins-main (Ubuntu): | |
status: | New → Confirmed |
Changed in metacity (Ubuntu): | |
status: | New → Confirmed |
Changed in compiz (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
Changed in compiz-plugins-main (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
Changed in metacity (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
description: | updated |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
This of course is going to need UIFe approval, especially as it will need a Docs String Freeze Exception.
I admit I'm a bit skeptical about this change. Keyboard shortcut users probably don't like their keyboard shortcuts changing without a good reason, so the question is whether this is actually a good reason and if it has been thought through enough.
For instance, it shouldn't matter the order in which the keys are pressed. Ctrl + Super + D should do the same thing as Super + Ctrl + D and it sounds like the designers and developers don't expect this to work (whether by design or by accident). Maybe releated to bug 964571 about Shift+Alt+Tab only working in Alt+Tab mode.
I suppose the keyboard shortcut hint overlay does help in mitigating the impact of the change.