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