SUMMARY Pressing CTRL+RIGHT on a folder in the left panel is expected to display the content of the folder in the opposite panel. It does not. Same about CTRL+LEFT in the right folder. Instead, the cursor is moved to the next column in the listing. However, if the CTRL+RIGHT is pressed on the _last_ folder in the listing (so that the cursor does not have room to move more to the right) - the content of that folder _is_ displayed in the opposite panel. STEPS TO REPRODUCE 1. Place the cursor on some folder in the left panel. 2. Press CTRL+RIGHT OBSERVED RESULT 3. Observe the content of the opposite panel did not change. EXPECTED RESULT 4. Expected is to see the content of the folder under the cursor in the opposite panel. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubuntu 18.04.2 (available in About System) KDE Plasma Version: 5.12.8 KDE Frameworks Version: 5.44.0 Qt Version: 5.9.5 ADDITIONAL INFORMATION Krusader: Version 2.6.0 "Stiff Challenges" (package version - 2:2.6.0-1)
Screencast demonstrating the bug: https://yadi.sk/i/-V19RmDH4SZh8A
Thanks for the screencast, Nickolay. The bug was also reproduced in the git version of Krusader when the "brief view" was used.
Sure. Looking forward for the fix!
There's a proposed solution in https://phabricator.kde.org/D23880
Git commit ebb75da3e2c0475730de27aceb1307bb4e0feab3 by Davide Gianforte. Committed on 15/09/2019 at 20:28. Pushed by gengisdave into branch 'master'. Handle Ctrl+Left/Right not working in brief view Since the fix for bug 374238, Ctrl key with left or right keys didn't work anymore in the brief view. This patch change the logic between KrInterBriefView::handleKeyEvent and KrView::handleKeyEvent FIXED: [ 411384 ] CTRL+RIGHT / CTRL+LEFT Differential revision: https://phabricator.kde.org/D23880 M +2 -11 krusader/Panel/PanelView/krinterbriefview.cpp https://commits.kde.org/krusader/ebb75da3e2c0475730de27aceb1307bb4e0feab3
Glad to see it fixed, thanks a lot! Any idea when the fix will be available in the ubuntu repos? Or, is there any custom PPA with recent Krusader?
Any news on making the fix actually available for the masses?
> Glad to see it fixed, thanks a lot! Any idea when the fix will be available > in the ubuntu repos? Or, is there any custom PPA with recent Krusader? > [...] > Any news on making the fix actually available for the masses? Hello, Nickolay. If you can follow the steps of https://commits.kde.org/krusader?path=INSTALL then you can build Krusader and get the latest features, tell Krusader developers about what you find, etc.
This still does not seem to work in the Kubuntu 22, which ships Krusader version 2.7.2 "Peace of Mind"... Probably the developers uses different linux distribution, but I believe supporting K/Ubuntu is important, since it a very popular distribution.
Update - it does not work in "Brief" mode (which I use most), but works in "Detailed".