Bug 389880 - Keyboard shortcut to show/hide the aside preview pane in the KDE filepicker dialog.
Summary: Keyboard shortcut to show/hide the aside preview pane in the KDE filepicker d...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2018-02-04 16:55 UTC by TYY331
Modified: 2018-02-05 21:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.44


Attachments
lack of shortcut to hide/show preview pane (25.92 KB, image/png)
2018-02-04 16:55 UTC, TYY331
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TYY331 2018-02-04 16:55:01 UTC
Created attachment 110334 [details]
lack of shortcut to hide/show preview pane

It would really improve the general workflow if you could have a shortcut to this feature because for example you need to get a good look at a video file before selecting it, on Windows you can do a workaround by opening the file with a video player in the same open file dialog, allowing you to preview the file before selecting it.
Having a shortcut to this pane will allow the user to get a quick preview of the file they are going to select and hide the pane afterwards to get more space available.
Comment 1 Nate Graham 2018-02-05 02:05:46 UTC
Patch submitted: https://phabricator.kde.org/D10314
Comment 2 Nate Graham 2018-02-05 15:07:38 UTC
Git commit 0792ed68923b3c3eac6fd3b9769e83ed2de9842b by Nathaniel Graham.
Committed on 05/02/2018 at 15:07.
Pushed by ngraham into branch 'master'.

Use F11 as the shortcut to toggle the aside preview

Summary:
FIXED-IN: 5.44

Test Plan:
{F5692446}

Shortcut works and toggles the aside preview.

However, in doing so, another pre-existing bug is triggered: the file dialog doesn't eat the keyboard input, so if the app that spawned it has something bound to F11, you'll erroneously get the "Ambiguous shortcut" message (even though the keystroke is/should be passed only to the file dialog, not the host app). Help solving this would be appreciated.

Reviewers: #frameworks, markg

Reviewed By: markg

Subscribers: markg

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D10314

M  +1    -0    src/filewidgets/kdiroperator.cpp

https://commits.kde.org/kio/0792ed68923b3c3eac6fd3b9769e83ed2de9842b
Comment 3 Nate Graham 2018-02-05 21:54:42 UTC
Please ignore the text making reference to an unresolved pre-existing bug; that was fixed with this commit, but I forgot to remove that warning before committing. Sorry for the noise, everyone!