[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Binding keys to echo area mouse events
From: |
Stefan Monnier |
Subject: |
Re: Binding keys to echo area mouse events |
Date: |
Sun, 03 Jan 2021 12:26:23 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> :-) Indeed, the following seems to be working just fine:
>
> (define-key minibuffer-inactive-mode-map [mouse-4] #'b/exwm-ws-prev)
> (define-key minibuffer-inactive-mode-map [mouse-5] #'b/exwm-ws-next)
Great. I was about to go and fix the doc accordingly, but I see that it
already correctly says that the problems I was thinking of affect the
*non-mouse* bindings.
Stefan