SUMMARY It's good to have smaller effects and tracks to increase editing comfort. But I wish I could assign a shortcut key to it. OBSERVED RESULT At the moment you can only :collapse: and :expand: effect lists and tracks with a click EXPECTED RESULT Collapse effect property Expand effect property Collapse truck Expand truck It is better to have these shortcut key settings. Operating System: Kubuntu 19.04 KDE Plasma Version: 5.16.5 KDE Frameworks Version: 5.62.0 Qt Version: 5.12.2
Git commit ddc4751f760195e6d1f36a0271f87b40c088b203 by Jean-Baptiste Mardelle. Committed on 24/01/2020 at 12:12. Pushed by mardelle into branch 'master'. Add shortcut to collapse/expand current effect or track Default shortcut set as '<' M +7 -0 src/assets/assetpanel.cpp M +2 -0 src/assets/assetpanel.hpp M +7 -0 src/effects/effectstack/view/collapsibleeffectview.cpp M +2 -0 src/effects/effectstack/view/collapsibleeffectview.hpp M +10 -0 src/effects/effectstack/view/effectstackview.cpp M +4 -0 src/effects/effectstack/view/effectstackview.hpp M +26 -0 src/mainwindow.cpp M +2 -0 src/mainwindow.h M +1 -1 src/timeline2/view/qml/TrackHead.qml M +2 -2 src/timeline2/view/qml/timeline.qml M +9 -0 src/timeline2/view/timelinecontroller.cpp M +2 -0 src/timeline2/view/timelinecontroller.h https://invent.kde.org/kde/kdenlive/commit/ddc4751f760195e6d1f36a0271f87b40c088b203
Thank you for the idea. With this commit it works properly: https://invent.kde.org/kde/kdenlive/commit/05670931d5a58116d6180fac327039822df2719a You can test with Kdenlive_Nightly_Appimage https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/lastSuccessfulBuild/artifact/ Will be comming with next update.
you have to use a mouse to check each one.(In reply to Jean-Baptiste Mardelle from comment #1) OK, I checked both collupse / expand in the track and effect list. You're doing great things! Thank you! By the way, the annoyance is that the effects list doesn't work with a tablet stylus (this is reported in a separate bug for both kdenlive and xsetwacom), so
The check was done with kdenlive-20.03.70-0567093-x86_64.appimage. The effect selected in the effect list and the track selected in the track could be collapsed and expanded using shortcut keys.