help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

query: remapping a mouse press


From: allan gottlieb
Subject: query: remapping a mouse press
Date: Thu, 23 Aug 2018 16:58:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

I am having trouble enabling mouse-wheel-tilt-scroll

Currently I have

    mouse-wheel-tilt-scroll is a variable defined in `mwheel.el'.
    Its value is t
    Original value was nil

Possibly it is because my logitech mouse has many buttons and tilting
the wheel generates mouse-6 and mouse-7, which are bound to scroll-down
and scroll-up.  I want to bind mouse-6 to scroll-left and tried several
variations on

   (define-key global-map <mouse-6> 'scroll-left)

but with no success.

Any help would be appreciated.

thanks,
allan

PS emacs 26.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]