|
|
|
|
@ -65,7 +65,7 @@ View::View(QWindow *parent) |
|
|
|
|
a->setText(i18n("Run Command")); |
|
|
|
|
a->setObjectName("run command"); |
|
|
|
|
KGlobalAccel::self()->setDefaultShortcut(a, QList<QKeySequence>() << QKeySequence(Qt::ALT + Qt::Key_Space), KGlobalAccel::NoAutoloading); |
|
|
|
|
KGlobalAccel::self()->setShortcut(a, QList<QKeySequence>() << QKeySequence(Qt::ALT + Qt::Key_Space) << QKeySequence(Qt::ALT + Qt::Key_F2)); |
|
|
|
|
KGlobalAccel::self()->setShortcut(a, QList<QKeySequence>() << QKeySequence(Qt::ALT + Qt::Key_Space) << QKeySequence(Qt::ALT + Qt::Key_F2) << Qt::Key_Search); |
|
|
|
|
|
|
|
|
|
a = new QAction(0); |
|
|
|
|
QObject::connect(a, SIGNAL(triggered(bool)), SLOT(displayWithClipboardContents())); |
|
|
|
|
|