<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Jun 2018, at 02:24, Ken Tilton <<a href="mailto:kentilton@gmail.com" class="">kentilton@gmail.com</a>> wrote:</div><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:large"><br class=""></div><div class="gmail_default" style="font-size:large">I looked at coding up mouse commands myself but just out of curiosity and gave up without even trying. But I am sure it would be doable.</div></div></div></blockquote><div><br class=""></div>It is very easy to do.  Just bind mouse events like any other key chord.</div><div><br class=""></div><div>down-mouse-1</div><div>mouse-1</div><div>-2 for middle and -3 for left button.</div><div>You can of course combine it with modifiers: C-M-mouse-1 = Control Meta left button click.</div><div><br class=""></div><div>(local-set-key (kbd "C-M-<mouse-1>") (lambda () (interactive) (insert "Mice!")))</div><div><br class=""></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">-- <br class="">__Pascal J. Bourguignon__</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><br class=""><br class=""></div></div></div>
</div>
<br class=""></body></html>