Summary: | inability to use middle mouse button to scroll -- or, at least, to not have it zoom -- means okular is unusable for a good # of people | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Gregory M. Turner <gmt> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | aacid, broken.zhou, fabiodurso, gmt, model87, Thorsten.Gensler |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gregory M. Turner
2013-11-21 12:18:51 UTC
If the above is TL;DR, the feature I'm requesting is: I want a frob somewhere in okular that will allow me to scroll by holding down the middle mouse button and moving my mouse. *** This bug has been marked as a duplicate of bug 219121 *** Gregory, reposting will not increase chances for your patch to be adopted. Saying "this feature is the MOST important thing in the world because it's important for ME" won't work either. As Albert said in the other thread, we won't destroy other users' habits. I've never used okular with a real MMB (read below), but I think I would agree on a configuration option. Please let's move the discussion back to the original post. By the way, I use a ThinkPad, and I've put this lines in a autostart shell script (they're taken from some website I no longer remember of). They activate vertical scrolling at driver level for all applications. IIRC, you can also enable horizontal scrolling. I have no idea if/how you can do the same from the System Settings panel. # Mid-btn vert scroll xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 8 200 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 8 6 7 4 5 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Emulation" 8 1 xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Timeout" 8 50 |