mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kgreeter: login when return key is pressed and password field has focus
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a88e93c48e
commit
1febe6b76d
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ KGreeter::KGreeter(QWidget *parent)
|
||||||
connect(m_ui.actionPoweroff, SIGNAL(triggered()), this, SLOT(slotPoweroff()));
|
connect(m_ui.actionPoweroff, SIGNAL(triggered()), this, SLOT(slotPoweroff()));
|
||||||
connect(m_ui.actionReboot, SIGNAL(triggered()), this, SLOT(slotReboot()));
|
connect(m_ui.actionReboot, SIGNAL(triggered()), this, SLOT(slotReboot()));
|
||||||
|
|
||||||
|
connect(m_ui.passedit, SIGNAL(returnPressed()), this, SLOT(slotLogin()));
|
||||||
connect(m_ui.loginbutton, SIGNAL(pressed()), this, SLOT(slotLogin()));
|
connect(m_ui.loginbutton, SIGNAL(pressed()), this, SLOT(slotLogin()));
|
||||||
|
|
||||||
if (lightdm_greeter_get_hide_users_hint(m_ldmgreeter)
|
if (lightdm_greeter_get_hide_users_hint(m_ldmgreeter)
|
||||||
|
|
Loading…
Add table
Reference in a new issue