keepassxc icon indicating copy to clipboard operation
keepassxc copied to clipboard

Allow horizontal scrolling with Shift+Scroll in EntryView.

Open libklein opened this issue 1 year ago • 1 comments

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

  • ✅ New feature (change that adds functionality)

libklein avatar Oct 09 '24 21:10 libklein

You can already achieve this by pressing ALT and scrolling.

droidmonkey avatar Oct 10 '24 02:10 droidmonkey