NoPaswordUnlock screen: focus it by default
requested to merge ngraham/plasma-workspace:give-focus-to-nopasswordunlock-screen-when-it-appears into master
Otherwise the user needs to manually tab over to the Unlock button first, which is annoying. And they may not even think to do it at all.
The forceActiveFocus()
is because the stack view does not manually pass focus to the item you push onto it; this needs to be handled manually.
Edited by Nate Graham