SUMMARY Since + is on the shift layer, currently zooming in is on (Shift Ctrl +), but zooming out is on (Ctrl -). Which is extremely confusing, and Dolphin doesn't have this issue. STEPS TO REPRODUCE 1. Open some directory in Filelight 2. Press (Ctrl +) and (Ctrl -) OBSERVED RESULT (Ctrl -) zooms out, but (Ctrl +) does nothing. EXPECTED RESULT (Ctrl +) should zoom in without requiring Shift. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.12.0 Qt Version: 6.9.0 Kernel Version: 6.14.0-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics Memory: 13.5 GiB of RAM Graphics Processor 1: AMD Radeon Graphics Graphics Processor 2: NVIDIA GeForce RTX 3060 Laptop GPU ADDITIONAL INFORMATION
We use https://doc.qt.io/qt-6/qkeysequence.html#StandardKey-enum if that doesn't set an expected shortcut that'd be a Qt issue and needs filing in their bug tracker.
Well, that's going to be fun. How does Dolphin work around this?
It sets ctrl+= as additional shortcut.
Can't it be done in Filelight too as a temporary solution?