SUMMARY The newly created directory by Ctrl+Shift+N is placed inside the currently selected directory instead of the currently shown one. STEPS TO REPRODUCE 1. mkdir test && cd test && mkdir aaa && dolphin . 2. select "aaa" directory by clicking with LMB on it once 3. Ctrl+Shift+N -> "subdir" OBSERVED RESULT It seems that nothing has happened. But it you enter "aaa", you can see that "subdir" was actually created, but inside "aaa" instead of the current dir. EXPECTED RESULT "subdir" should have been created in the currently displayed directory, not under "aaa". SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.5.5 KDE Frameworks Version: 6.22.0 Qt Version: 6.10.1 Kernel Version: 6.18.7-arch1-1 (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION Note that this is also different from how RMB->Create New->Folder... works, the context menu option seems to handle this case correctly. Current Ctrl+Shift+N behavior also diverges from other popular GUI file explorers, like Windows Explorer and Nautilus.