D10558: Also use standard keyboard shortcut for "show/hide hidden files"
Elvis Angelaccio
noreply at phabricator.kde.org
Fri Feb 16 19:51:46 GMT 2018
elvisangelaccio added a comment.
This is a new feature so it should not got in the stable branch (unless we ask for an exception to the release team).
Other than that, +1 (are you planning to do the same for the file dialog?)
INLINE COMMENTS
> dolphinviewactionhandler.cpp:212
> showHiddenFiles->setToolTip(i18nc("@info", "Visibility of hidden files and folders"));
> - m_actionCollection->setDefaultShortcuts(showHiddenFiles, {Qt::ALT + Qt::Key_Period, Qt::Key_F8});
> + m_actionCollection->setDefaultShortcuts(showHiddenFiles, {Qt::CTRL + Qt::Key_H, Qt::ALT + Qt::Key_Period, Qt::Key_F8});
> connect(showHiddenFiles, &KToggleAction::triggered, this, &DolphinViewActionHandler::toggleShowHiddenFiles);
I'd put `Alt+.` first for historical reasons.
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D10558
To: ngraham, #dolphin
Cc: elvisangelaccio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180216/65dac13b/attachment.htm>
More information about the kfm-devel
mailing list