I noticed two keys: [mouse-1] and [down-mouse-1].
When I use describe-key with a single click, it shows:
There were several key-sequences:
<down-mouse-1> at that spot runs the command evil-mouse-drag-region
<mouse-1> at that spot runs the command mouse-set-point
If I want to bind a function to a single click event, which key is better?
Besides, when clicking the mouse, how to only trigger a single key sequence, either <down-mouse-1> or <mouse-1> but not both?