Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize Mouse Scroll Behavior and Other Shortcuts #347

Open
dabalciunas opened this issue Jun 26, 2019 · 1 comment
Open

Customize Mouse Scroll Behavior and Other Shortcuts #347

dabalciunas opened this issue Jun 26, 2019 · 1 comment

Comments

@dabalciunas
Copy link

I would really like to be able to swap the Mouse Scroll behavior with the Ctrl + Mouse Scroll behavior.

E.g. zoom in/out with Ctrl + Mouse Scroll, and navigate among images with the Mouse Scroll.

Currently that is not possible through Settings menus and through the Shortcuts menu.

I'd like to suggest implementing the mouse inputs in the shortcut manager (Scroll Up, Scroll Down, Left Click, Middle Click, Right Click), and moving as many mouse settings as possible from the settings menus to the shortcut manager. This would allow for any key combination, e.g. Shift + Right Mouse Click, etc.

@diemmarkus
Copy link
Member

diemmarkus commented Jun 28, 2019

Hi,

I would really like to be able to swap the Mouse Scroll behavior with the Ctrl + Mouse Scroll behavior.

this is possible: uncheck Settings > Mouse Wheel Zooms

the problem about moving mouse events to the shortcuts, is that (at least when using Qt) mouse events are fundamentally different to key events (QAction can deal with QKeySequence but not mouse events).

so to summarize: I do agree, we have to clean-up mouse event customization, but I really don't see away to 'simulate' keys using the mouse....

best,
markus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants