Bug 502507 - Change Zoom In to real (Ctrl +), currently (Shift Ctrl +)
Summary: Change Zoom In to real (Ctrl +), currently (Shift Ctrl +)
Status: RESOLVED UPSTREAM
Alias: None
Product: filelight
Classification: Applications
Component: general (show other bugs)
Version: 24.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-07 02:53 UTC by Damglador
Modified: 2025-04-10 17:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damglador 2025-04-07 02:53:52 UTC
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
Comment 1 Harald Sitter 2025-04-10 13:05:57 UTC
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.
Comment 2 Damglador 2025-04-10 17:37:22 UTC
Well, that's going to be fun. How does Dolphin work around this?
Comment 3 Harald Sitter 2025-04-10 17:52:19 UTC
It sets ctrl+= as additional shortcut.
Comment 4 Damglador 2025-04-10 17:55:10 UTC
Can't it be done in Filelight too as a temporary solution?