Bug 123988 - [Open/Save File dialog] make "middle click" work like in a browser
Summary: [Open/Save File dialog] make "middle click" work like in a browser
Status: RESOLVED DUPLICATE of bug 70384
Alias: None
Product: kfile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 17:35 UTC by Pierre Habouzit
Modified: 2018-04-11 21:23 UTC (History)
1 user (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 Pierre Habouzit 2006-03-20 17:35:32 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Debian testing/unstable Packages
OS:                Linux

It'd be nice if the KDE open/save dialogs could understand middle-clicks of the mouse as khtml/firefox/... already do: if an url is stored in the buffer, do that :

if (is_a_directory(clipboard.content)) {
    open_directory_in_the_dialog();
}

if (is_a_file(clipboard.content)) {
    return_it_as_the_dialog_result();
}

It'd be really really useful.


sensitive area for that could be the directory view, or maybe the whole dialog, I don't know.
Comment 1 Christoph Feck 2009-08-27 02:37:14 UTC
Moving from "kio/kfile" component to "kfile" product, helps sorting out duplicates.
Comment 2 Nate Graham 2018-04-11 21:23:50 UTC

*** This bug has been marked as a duplicate of bug 70384 ***