Comment 2 for bug 705805

Revision history for this message
Mark Shuttleworth (sabdfl) wrote : Re: [Bug 705805] Re: should directly hide the launcher if displayed by super and the key is released

Here's design guidance:

 - the Launcher should be visible for at least a second
 - if the user has held Super for more than a second, so it's been
visible for that length, it can disappear as soon as Super is released

So, the instant Super is pressed we can determine the earliest time it
should disappear (one second later), and if Super is held longer than
that, then releasing Super should hide the launcher immediately.

Mark