Comment 44 for bug 814833

Revision history for this message
Lonnie Lee Best (launchpad-startport) wrote :

In order to fix this to the standard of comment #35, you'd have to change the time the dash is launched to be before the super-key is hit.

Therefore, upon login, the dash should be launched in a hidden state that doesn't capture key-inputs.

Then, hitting the super-key will immediately do the following:
(1) begins capturing key-inputs into RAM, while simultaniously:
(2) The dash is made visable
(3) After the dashes' textbox has achieves focus, cached key imputs are "placed" into the textbox
(4) Only at this point, are additional key-inputs appended directly to the focused text-box.