keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

Allow horizontal scrolling with Shift+Scroll in EntryView. #11341

Open libklein opened 1 month ago

libklein commented 1 month ago

Allows horizontal scrolling when pressing Shift + Scroll. This is currently limited to the EntryView.

The code changes are minimal: We listen to wheelEvent and forward it to the parent or the horizontal scrollbar depending on whether Shift is pressed or not.

Implements feature: #11337

Testing strategy

Tested locally.

Type of change

droidmonkey commented 1 month ago

You can already achieve this by pressing ALT and scrolling.