summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2020-09-24 22:25:03 +0300
committerJuri Linkov <juri@linkov.net>2020-09-24 22:25:03 +0300
commit1e7f6365766db188e8cbcee5a9cdad8e2b4f5849 (patch)
tree7a477d311ce63339e98a2415b18ede721da8d3c4 /etc/TODO
parent89dd8cd215148da4c6dffc15dc6c35df5122247b (diff)
downloademacs-1e7f6365766db188e8cbcee5a9cdad8e2b4f5849.tar.gz
Horizontal scrolling for mouse wheel with Shift modifier (bug#43568)
* lisp/mwheel.el (mouse-wheel-scroll-amount): Change 'shift' default value from 5 to 'hscroll'. Add new option "Scroll horizontally" for 'hscroll'. (mwheel-scroll): Handle value 'hscroll' and call mwheel-scroll-left-function or mwheel-scroll-right-function. * doc/emacs/frames.texi (Mouse Commands): Update for horizontal scrolling with Shift modifier.
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index b445b673607..467b08e0bf2 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -924,7 +924,7 @@ features of that interface could be implemented NS.
**** Smooth scrolling -- maybe not a good idea
Today, by default, scrolling with a trackpad makes the text move in
-steps of one line. (Scrolling with SHIFT scrolls five lines at a time.)
+steps of one line. (Scrolling with SHIFT scrolls horizontally.)
The "mac" port provides smooth, pixel-based, scrolling. This is a very
popular feature. However, there are drawbacks to this method: what