Sidescrolling using Shift+Scroll like in WindowsHow to scroll the screen using the middle click?Mouse scroll...
SQL counting distinct over partition
Group Integers by Originality
Importance of Building Credit Score?
Colloquialism for “see you later”
Wooden cooking layout
Why didn't Voldemort recognize that Dumbledore was affected by his curse?
Thread Pool C++ Implementation
Implement Own Vector Class in C++
Overlapping String-Blocks
Is White controlling this game?
Any way to create a link to a custom setting's "manage" page?
How to draw a Technology Radar?
How to handle self harm scars on the arm in work environment?
How to use memset in c++?
is it possible for a vehicle to be manufactured witout a catalitic converter
Winning Strategy for the Magician and his Apprentice
Is it a problem if <h4>, <h5> and <h6> are smaller than regular text?
Extreme flexible working hours: how to control people and activities?
Certain search in list
Is the term 'open source' a trademark?
Mathematically, why does mass matrix / load vector lumping work?
Applying Graph Theory to Linear Algebra (not the other way around)
Longest bridge/tunnel that can be cycled over/through?
Should I give professor gift at the beginning of my PhD?
Sidescrolling using Shift+Scroll like in Windows
How to scroll the screen using the middle click?Mouse scroll wheel issuesconfigure 4-way scrollDisable Windows style scroll bars in ChromiumHow to scroll while Holding Shift to copy in tmux?Mouse auto-scroll (VirtualBox)Emulate bidirectional scroll using hotkey + trackballHorizontal scrolling in Firefox?Mouse scroll wheel speed problem with linux kernel 5.0IMWheel creates jittery scroll when using touch-pad
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Not all mice have scroll balls that scroll in all directions, or even scroll wheels with side tilt functionality.
In Windows, when browsing with Firefox, one can scroll to the side by holding the Shift key while rolling the scroll wheel.
In Linux, doing that actually navigates through the page history (last page, next page), which is far less usable.
In Windows, the mouse navigation is more customizable. There is a feature to display a circle around the mouse when pressing “Ctrl” to be able to spot the cursor more easily, and scroll distance can also be easily adjusted, which Linux can't that reliably yet (only in a restricted manner), as of 2019. Additionally, long-distance/automated scrolling after pressing the middle mouse button is also something all Linux distributions that I know, lack.
How can I make shift+scroll scroll sideways instead of navigating through the tab history?
mouse scrolling cursor
add a comment |
Not all mice have scroll balls that scroll in all directions, or even scroll wheels with side tilt functionality.
In Windows, when browsing with Firefox, one can scroll to the side by holding the Shift key while rolling the scroll wheel.
In Linux, doing that actually navigates through the page history (last page, next page), which is far less usable.
In Windows, the mouse navigation is more customizable. There is a feature to display a circle around the mouse when pressing “Ctrl” to be able to spot the cursor more easily, and scroll distance can also be easily adjusted, which Linux can't that reliably yet (only in a restricted manner), as of 2019. Additionally, long-distance/automated scrolling after pressing the middle mouse button is also something all Linux distributions that I know, lack.
How can I make shift+scroll scroll sideways instead of navigating through the tab history?
mouse scrolling cursor
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago
add a comment |
Not all mice have scroll balls that scroll in all directions, or even scroll wheels with side tilt functionality.
In Windows, when browsing with Firefox, one can scroll to the side by holding the Shift key while rolling the scroll wheel.
In Linux, doing that actually navigates through the page history (last page, next page), which is far less usable.
In Windows, the mouse navigation is more customizable. There is a feature to display a circle around the mouse when pressing “Ctrl” to be able to spot the cursor more easily, and scroll distance can also be easily adjusted, which Linux can't that reliably yet (only in a restricted manner), as of 2019. Additionally, long-distance/automated scrolling after pressing the middle mouse button is also something all Linux distributions that I know, lack.
How can I make shift+scroll scroll sideways instead of navigating through the tab history?
mouse scrolling cursor
Not all mice have scroll balls that scroll in all directions, or even scroll wheels with side tilt functionality.
In Windows, when browsing with Firefox, one can scroll to the side by holding the Shift key while rolling the scroll wheel.
In Linux, doing that actually navigates through the page history (last page, next page), which is far less usable.
In Windows, the mouse navigation is more customizable. There is a feature to display a circle around the mouse when pressing “Ctrl” to be able to spot the cursor more easily, and scroll distance can also be easily adjusted, which Linux can't that reliably yet (only in a restricted manner), as of 2019. Additionally, long-distance/automated scrolling after pressing the middle mouse button is also something all Linux distributions that I know, lack.
How can I make shift+scroll scroll sideways instead of navigating through the tab history?
mouse scrolling cursor
mouse scrolling cursor
asked 16 mins ago
neverMind9neverMind9
670321
670321
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago
add a comment |
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago
add a comment |
1 Answer
1
active
oldest
votes
If you use GNOME, run this in a terminal window:
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
and you may turn that off if you wish with
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "false"
Alternatively, use xbindkeys after installing xautomation
sudo apt-get install xautomation
Edit ~/.xbindkeysrc.scm and write:
; bind shift and vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
Then, launch xbindkeys
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f523171%2fsidescrolling-using-shiftscroll-like-in-windows%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
If you use GNOME, run this in a terminal window:
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
and you may turn that off if you wish with
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "false"
Alternatively, use xbindkeys after installing xautomation
sudo apt-get install xautomation
Edit ~/.xbindkeysrc.scm and write:
; bind shift and vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
Then, launch xbindkeys
add a comment |
If you use GNOME, run this in a terminal window:
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
and you may turn that off if you wish with
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "false"
Alternatively, use xbindkeys after installing xautomation
sudo apt-get install xautomation
Edit ~/.xbindkeysrc.scm and write:
; bind shift and vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
Then, launch xbindkeys
add a comment |
If you use GNOME, run this in a terminal window:
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
and you may turn that off if you wish with
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "false"
Alternatively, use xbindkeys after installing xautomation
sudo apt-get install xautomation
Edit ~/.xbindkeysrc.scm and write:
; bind shift and vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
Then, launch xbindkeys
If you use GNOME, run this in a terminal window:
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
and you may turn that off if you wish with
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "false"
Alternatively, use xbindkeys after installing xautomation
sudo apt-get install xautomation
Edit ~/.xbindkeysrc.scm and write:
; bind shift and vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
Then, launch xbindkeys
answered 8 mins ago
K7AAYK7AAY
1,7871029
1,7871029
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f523171%2fsidescrolling-using-shiftscroll-like-in-windows%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
A lot of that is controlled by the Desktop Environment (gnome, KDE, etc.) -- which are you using?
– drewbenn
10 mins ago