Code review comment for lp://qastaging/~sao/unity/show_launcher_in_navmode

Revision history for this message
Mirco Müller (macslow) wrote :

The best approach would be to hook into the callback for starting the keyboard-navigation in UnityScreen (unityshell.cpp) check if the launcher is hidden and needs to be shown... and upon exit of the keyboard-navigation (look there for the UBus-callback to LAUNCHER_END_KEY_NAV) make it hide again, if it was hidden before (the start of the keyboard-navigation).

« Back to merge proposal