all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Binding keys to echo area mouse events
@ 2021-01-03 16:37 Amin Bandali
  2021-01-03 16:46 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Amin Bandali @ 2021-01-03 16:37 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

Is it possible to capture mouse/scroll events on the echo area?

For the mode-line, something like the following works:

    (global-set-key (kbd "<mode-line> <mouse-4>") #'b/exwm-ws-prev)
    (global-set-key (kbd "<mode-line> <mouse-5>") #'b/exwm-ws-next)

Which allows me to switch to my previous and next EXWM workspace.
I'd like to do the same for the echo area, but  I'm not quite sure if
it's possible as of now.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-03 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03 16:37 Binding keys to echo area mouse events Amin Bandali
2021-01-03 16:46 ` Stefan Monnier
2021-01-03 16:57   ` Stefan Monnier
2021-01-03 17:12     ` Amin Bandali
2021-01-03 17:26       ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.