Yep, 
i got this problem too,
i think some app is stealing this signal.
i solved this rmoving my .kde4 :P
But i definitely don't promote this kind of
"solving problems" :)

Daniel.



----- Mensagem original ----
De: Michael Jansen <[EMAIL PROTECTED]>
Para: plasma-devel@kde.org
Enviadas: Quarta-feira, 17 de Setembro de 2008 7:57:35
Assunto: Application Launcher and the ALT+F1 shortcut


Hi

i tried to find out why the ALT+F1 shortcut isn't working for me. It is 
catched and send to plasma but seems to get lost somewhere. To find out where 
i applied the following patch:

diff --git a/workspace/libs/plasma/applet.cpp 
b/workspace/libs/plasma/applet.cpp
index 795f81a..e47999f 100644
--- a/workspace/libs/plasma/applet.cpp
+++ b/workspace/libs/plasma/applet.cpp
@@ -252,7 +252,7 @@ void Applet::restore(KConfigGroup &group)

void AppletPrivate::setFocus()
{
-    kDebug() << "setting focus";
+    kDebug() << "setting focus to " << q->name();
     q->setFocus(Qt::ShortcutFocusReason);
}

Now i can see 

plasma(4030)/libplasma Plasma::AppletPrivate::setFocus: setting focus to  
"Application Launcher"

when pressing ALT+F1. But still no open menu.

Mike

-- 
Michael Jansen

http://www.michael-jansen.biz
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel



      Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua 
cara @ymail.com ou @rocketmail.com.
http://br.new.mail.yahoo.com/addresses
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to