Replies: 5 comments 6 replies
-
|
LMDE7 Nemo 6.4.5 |
Beta Was this translation helpful? Give feedback.
-
|
Click the image |
Beta Was this translation helpful? Give feedback.
-
|
To make it clearer why I am riding around on this functionality. After you two pointed it out, I agree that Shift + Scroll works in the other viewmodes where it makes sense. I'm not debating that it needs to be changed there at all. It makes sense. But in the Compact View mode, regularly scrolling the mousewheel does nothing on my system. No activity at all. This does not seem to be what is intended, but I might completely be misunderstanding the code. Looking at it, I am seeing this: In the After checking that the Back in the This code, which seems to be meant to turn vertical scroll events into horizontal scroll events..... ... so why do I still have to hold down SHIFT? It does not even check for If my request is untenable and no way in hell anybody would want nemo to ever scroll sideways with a vertical mouse wheel scroll then I'm okay with modifying the code and running a modified version on my system but- it seems to be complete and should be working already. But it doesn't. 😵💫 Why? |
Beta Was this translation helpful? Give feedback.
-
|
I figured it out. This is actually a Wayland related bug. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same scroll-problem in nemo (compact view) when I use a Logitech MX Master 3. I solved it with a python-script for the time being. No guarantee that this will work. Use at your own risk! Additional dependencies might be needed: Make a new file on the desktop with the name: nemo_scroll.py To start the script open terminal and write: To stop the script open terminal and write: Hope it works! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Nemo's Compact View mode (which is awesome!), scrolling vertically with the mousewheel does not emit any scrolling behavior.
The user has to hold
SHIFT+ Scroll up or Down to initiate horizontal scrolling.Feature Request:
Use vertical scrollwheel for horizontal scrolling in Compact ViewReason for this Request:
The behavior is
inconsistent andunintuitive:- In Icon View, Shift + Vertical Scroll does: nothing- In List View, Shift + Vertical Scroll does: nothing- In both views, vertical scrolling initiates the main scrolling action.Edit: Weak argument, successfully challenged.
I can understand how for owners of a mouse with an additional horizontal scroll wheel, this split makes sense. The majority of users who do not have such a mouse feature get penalized by having to reach for the keyboard each time they wish to scroll in Compact View mode.
If I have overlooked a hidden or obvious means to alter this behavior (config setting, environment variable etc), then please someone tell me and I'll happily crumple up this feature request and toss it in the bin.
Beta Was this translation helpful? Give feedback.
All reactions