Bug 200556 - regression to KDE3: shortcut # for man pages and ## for info pages no longer possible
Summary: regression to KDE3: shortcut # for man pages and ## for info pages no longer ...
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 14:52 UTC by Martin Koller
Modified: 2010-11-27 20:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Koller 2009-07-17 14:52:03 UTC
Version:            (using KDE 4.2.96)
OS:                Linux
Installed from:    SuSE RPMs

In KDE3 Alt-F2 window I could simply show a man page in konqueror by typing "#command" or showing an info page via "##command"
krunner does no longer support this very convenient shortcuts.

P.S.:I know it's arguable if this is a bug or a wish ... as with all regressions to KDE3 ...
Comment 1 Anselmo L. S. Melo (anselmolsm) 2009-10-30 05:31:12 UTC
The syntax has changed:
#command -> help:command
##command -> info:command

But maybe we could provide the same syntax of KDE3.
Comment 2 Alain BAECKEROOT 2009-11-15 11:03:45 UTC
This was very useful feature.
(btw KDE 4.3.2 is (so far) much less usable than 3.5 :( )
Comment 3 Matthias Fuchs 2010-11-27 20:40:22 UTC
SVN commit 1201441 by mfuchs:

Supports KDE3 way of starting man-pages (#term) and info-pages (##term).
BUG:200556

 M  +20 -3     locationrunner.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201441
Comment 4 Matthias Fuchs 2010-11-27 20:41:16 UTC
SVN commit 1201443 by mfuchs:

Backport r1201441
Supports KDE3 way of starting man-pages (#term) and info-pages (##term).
CCBUG:200556

 M  +20 -3     locationrunner.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201443