]> git.eshelyaron.com Git - emacs.git/commit
Scroll right and left using wheel-right and wheel-left.
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>
Wed, 12 Apr 2017 13:29:35 +0000 (16:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 12 Apr 2017 13:29:35 +0000 (16:29 +0300)
commit88f43dc30cb8d71830e409973cafbaca13a66a45
tree1d4882e9666dd75164c6255ce60693f1808b179d
parentcc7a81693638f25cac65bbab013fc23da1ef4bcc
Scroll right and left using wheel-right and wheel-left.

These changes also make use of touchpad and trackpad (Bug#26347).

* doc/emacs/frames.texi (Mouse Commands): Document horizontal
scrolling using the mouse wheel.

* lisp/mwheel.el (mwheel-scroll): Respond to wheel-right and wheel-left.
(mwheel-tilt-scroll-p, mwheel-flip-direction)
(mwheel-scroll-left-function, mwheel-scroll-right-function): New
defcustoms.
(mouse-wheel-left-event, mouse-wheel-right-event): New variables,
events that calls wheel-left/right.

* etc/NEWS: Mention horizontal scrolling using the mouse wheel.
doc/emacs/frames.texi
etc/NEWS
lisp/mwheel.el