From e114f654ed1216aaa64593354ca1306a53fefef0 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Fri, 21 Nov 2025 09:56:55 +0100 Subject: DolphinView: open the property dialog on Alt+activated Similarly to Microsoft explorer. FEATURE: 512383 --- src/views/dolphinviewactionhandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/dolphinviewactionhandler.cpp') diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index f85539e71..99d3e0111 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -63,6 +63,7 @@ void DolphinViewActionHandler::setCurrentView(DolphinView *view) connect(view, &DolphinView::sortRoleChanged, this, &DolphinViewActionHandler::slotSortRoleChanged); connect(view, &DolphinView::zoomLevelChanged, this, &DolphinViewActionHandler::slotZoomLevelChanged); connect(view, &DolphinView::writeStateChanged, this, &DolphinViewActionHandler::slotWriteStateChanged); + connect(view, &DolphinView::requestPropertyDialog, this, &DolphinViewActionHandler::slotProperties); slotWriteStateChanged(view->isFolderWritable()); connect(view, &DolphinView::selectionModeChangeRequested, this, [this](bool enabled) { Q_EMIT selectionModeChangeTriggered(enabled); -- cgit v1.3