Version: (using KDE KDE 3.5.7) Installed from: SuSE RPMs In the adblock filters settings there is an edit box where you can edit filter. Awkwardly you can use only ctrl+c, ctrl+v shortcuts, ctrl+ins for example does not work.
I can confirm this. Several other text boxes in the konqueror settings dialog show the same thing. From looking at the code, my guess is that QLineEdit doesn't support the secondary shortcuts. So the QLineEdits should be replaced with KLineEdits. I suggest you ask on kde-devel@kde.org for a definitive answer and suggestions for what to do about this.
Philip, I checked the Qt3 docs and indeed, QLineEdit in Qt3 recognizes only ctrl+v, not ctrl+ins (for example). In Qt4 they are both recognized. But I am not Konqueror developer, so the decision is not up to me.
General kde-wide issue.
ok, I blame lack of coffee. changing the QLineEdit to KLineEdit should indeed do the trick....
Confirmed. using KDE4.0.1 with Konq. Stil lcannot use CTRL+INS although CTRL+V works.
SVN commit 989785 by pino: switch from QLineEdit to KLineEdit to get KDE behaviour BUG: 148159 M +2 -2 filteropts.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=989785
SVN commit 989786 by pino: switch from QLineEdit to KLineEdit to get KDE behaviour CCBUG: 148159 M +2 -2 filteropts.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=989786