Comment 0 for bug 969235

Revision history for this message
John Lea (johnlea) wrote :

Change the following window management shortcuts

from:

Super + 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.