On Tue, Feb 1, 2011 at 2:00 PM, Tassilo Horn <tass...@member.fsf.org> wrote:
> (global-set-key (kbd "<mouse-7>") (lambda ()
>                                    (interactive)
>                                    (scroll-left 1)))
> (global-set-key (kbd "<mouse-6>") (lambda ()
>                                    (interactive)
>                                    (scroll-right 1)))

Thanks for the snippet Tassilo. I tried this out in the minibuffer and
it didn't work. =C-h k <two-finger-swipe-left-gesture>= (a motion, not
a binding) produced nothing. However, =C-h k <two-finger-swipe-down>=
actually produced =C-h k wheeldown=, so I can see that <mouse-6> isn't
a valid button for the trackpad on my Mac (Snow Leopard). It might be
an Aquamacs thing, or perhaps a driver issue.

I simply don't know enough to debug further or provide more info.


-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to