How to disable gradual scrolling?
I'm not sure what it's called, but in recent versions of Xubuntu (I'm on 18.04, 64-bit), I've found that when I'm viewing a long page to scroll on if I don't scroll quickly to start with, or if I hold the mouse button on it and don't scroll for a while (which I do a lot), then it enters a different scrolling mode where it can't scroll quickly (and where the mouse pointer doesn't stay in line with the scroller). I do not desire this behavior. Is there any way to disable it?
One workaround is to scroll quickly before scrolling (and then the more gradual scrolling doesn't initiate).
Also, if you can let me know what this scrolling feature is called, that would be great. It seems to be disabled, now, for some unknown reason, but earlier today (just before I started on this post), and for months before that (and probably longer), it was working.
18.04 xubuntu mouse-scroll
add a comment |
I'm not sure what it's called, but in recent versions of Xubuntu (I'm on 18.04, 64-bit), I've found that when I'm viewing a long page to scroll on if I don't scroll quickly to start with, or if I hold the mouse button on it and don't scroll for a while (which I do a lot), then it enters a different scrolling mode where it can't scroll quickly (and where the mouse pointer doesn't stay in line with the scroller). I do not desire this behavior. Is there any way to disable it?
One workaround is to scroll quickly before scrolling (and then the more gradual scrolling doesn't initiate).
Also, if you can let me know what this scrolling feature is called, that would be great. It seems to be disabled, now, for some unknown reason, but earlier today (just before I started on this post), and for months before that (and probably longer), it was working.
18.04 xubuntu mouse-scroll
add a comment |
I'm not sure what it's called, but in recent versions of Xubuntu (I'm on 18.04, 64-bit), I've found that when I'm viewing a long page to scroll on if I don't scroll quickly to start with, or if I hold the mouse button on it and don't scroll for a while (which I do a lot), then it enters a different scrolling mode where it can't scroll quickly (and where the mouse pointer doesn't stay in line with the scroller). I do not desire this behavior. Is there any way to disable it?
One workaround is to scroll quickly before scrolling (and then the more gradual scrolling doesn't initiate).
Also, if you can let me know what this scrolling feature is called, that would be great. It seems to be disabled, now, for some unknown reason, but earlier today (just before I started on this post), and for months before that (and probably longer), it was working.
18.04 xubuntu mouse-scroll
I'm not sure what it's called, but in recent versions of Xubuntu (I'm on 18.04, 64-bit), I've found that when I'm viewing a long page to scroll on if I don't scroll quickly to start with, or if I hold the mouse button on it and don't scroll for a while (which I do a lot), then it enters a different scrolling mode where it can't scroll quickly (and where the mouse pointer doesn't stay in line with the scroller). I do not desire this behavior. Is there any way to disable it?
One workaround is to scroll quickly before scrolling (and then the more gradual scrolling doesn't initiate).
Also, if you can let me know what this scrolling feature is called, that would be great. It seems to be disabled, now, for some unknown reason, but earlier today (just before I started on this post), and for months before that (and probably longer), it was working.
18.04 xubuntu mouse-scroll
18.04 xubuntu mouse-scroll
asked Jan 24 at 0:27
ShuleShule
195114
195114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There's a blog post titled A acrolling primer for GTK+ 3. Since it's from 2017, it covers many recent scrolling features present in gtk3 apps.
touchpad scrolling
classical scrolling which includes jumping (or warping) to the mouse position by primary clicking or legacy scrolling up or down a screen page (by shift+primary clicking)
smooth scrolling which the author describes with "One feature that we introduced long ago is a ‘zoom’ or ‘fine adjustment’ mode, which slows the scrolling down to allow pixel-precise positioning."
a variant of smooth scrolling is where you can control the speed of scrolling.
- This is done by "secondary clicking in the trough outside the slider". (On my system, that's a right-click instead of a left-click.).
- Then, depending on whether you've clicked in the trough above or below the slider, your document will scroll slowly up or down.
- You can increase the speed at which the scrolling occurs by moving the mouse pointer away from the scrollbar.
- To reduce the speed, move the mouse pointer closer to the scrollbar.
Please look at the linked blog which has videos to illustrate each scrolling mode.
Caveat: Mousepad, Gedit, and Geany behave as described above. Leafpad, which is a gtk2 application, doesn't. Firefox, Google Chrome, and LibreOffice also don't behave in that way.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112365%2fhow-to-disable-gradual-scrolling%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's a blog post titled A acrolling primer for GTK+ 3. Since it's from 2017, it covers many recent scrolling features present in gtk3 apps.
touchpad scrolling
classical scrolling which includes jumping (or warping) to the mouse position by primary clicking or legacy scrolling up or down a screen page (by shift+primary clicking)
smooth scrolling which the author describes with "One feature that we introduced long ago is a ‘zoom’ or ‘fine adjustment’ mode, which slows the scrolling down to allow pixel-precise positioning."
a variant of smooth scrolling is where you can control the speed of scrolling.
- This is done by "secondary clicking in the trough outside the slider". (On my system, that's a right-click instead of a left-click.).
- Then, depending on whether you've clicked in the trough above or below the slider, your document will scroll slowly up or down.
- You can increase the speed at which the scrolling occurs by moving the mouse pointer away from the scrollbar.
- To reduce the speed, move the mouse pointer closer to the scrollbar.
Please look at the linked blog which has videos to illustrate each scrolling mode.
Caveat: Mousepad, Gedit, and Geany behave as described above. Leafpad, which is a gtk2 application, doesn't. Firefox, Google Chrome, and LibreOffice also don't behave in that way.
add a comment |
There's a blog post titled A acrolling primer for GTK+ 3. Since it's from 2017, it covers many recent scrolling features present in gtk3 apps.
touchpad scrolling
classical scrolling which includes jumping (or warping) to the mouse position by primary clicking or legacy scrolling up or down a screen page (by shift+primary clicking)
smooth scrolling which the author describes with "One feature that we introduced long ago is a ‘zoom’ or ‘fine adjustment’ mode, which slows the scrolling down to allow pixel-precise positioning."
a variant of smooth scrolling is where you can control the speed of scrolling.
- This is done by "secondary clicking in the trough outside the slider". (On my system, that's a right-click instead of a left-click.).
- Then, depending on whether you've clicked in the trough above or below the slider, your document will scroll slowly up or down.
- You can increase the speed at which the scrolling occurs by moving the mouse pointer away from the scrollbar.
- To reduce the speed, move the mouse pointer closer to the scrollbar.
Please look at the linked blog which has videos to illustrate each scrolling mode.
Caveat: Mousepad, Gedit, and Geany behave as described above. Leafpad, which is a gtk2 application, doesn't. Firefox, Google Chrome, and LibreOffice also don't behave in that way.
add a comment |
There's a blog post titled A acrolling primer for GTK+ 3. Since it's from 2017, it covers many recent scrolling features present in gtk3 apps.
touchpad scrolling
classical scrolling which includes jumping (or warping) to the mouse position by primary clicking or legacy scrolling up or down a screen page (by shift+primary clicking)
smooth scrolling which the author describes with "One feature that we introduced long ago is a ‘zoom’ or ‘fine adjustment’ mode, which slows the scrolling down to allow pixel-precise positioning."
a variant of smooth scrolling is where you can control the speed of scrolling.
- This is done by "secondary clicking in the trough outside the slider". (On my system, that's a right-click instead of a left-click.).
- Then, depending on whether you've clicked in the trough above or below the slider, your document will scroll slowly up or down.
- You can increase the speed at which the scrolling occurs by moving the mouse pointer away from the scrollbar.
- To reduce the speed, move the mouse pointer closer to the scrollbar.
Please look at the linked blog which has videos to illustrate each scrolling mode.
Caveat: Mousepad, Gedit, and Geany behave as described above. Leafpad, which is a gtk2 application, doesn't. Firefox, Google Chrome, and LibreOffice also don't behave in that way.
There's a blog post titled A acrolling primer for GTK+ 3. Since it's from 2017, it covers many recent scrolling features present in gtk3 apps.
touchpad scrolling
classical scrolling which includes jumping (or warping) to the mouse position by primary clicking or legacy scrolling up or down a screen page (by shift+primary clicking)
smooth scrolling which the author describes with "One feature that we introduced long ago is a ‘zoom’ or ‘fine adjustment’ mode, which slows the scrolling down to allow pixel-precise positioning."
a variant of smooth scrolling is where you can control the speed of scrolling.
- This is done by "secondary clicking in the trough outside the slider". (On my system, that's a right-click instead of a left-click.).
- Then, depending on whether you've clicked in the trough above or below the slider, your document will scroll slowly up or down.
- You can increase the speed at which the scrolling occurs by moving the mouse pointer away from the scrollbar.
- To reduce the speed, move the mouse pointer closer to the scrollbar.
Please look at the linked blog which has videos to illustrate each scrolling mode.
Caveat: Mousepad, Gedit, and Geany behave as described above. Leafpad, which is a gtk2 application, doesn't. Firefox, Google Chrome, and LibreOffice also don't behave in that way.
edited Jan 24 at 3:48
answered Jan 24 at 1:02
DK BoseDK Bose
13.8k124185
13.8k124185
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112365%2fhow-to-disable-gradual-scrolling%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown