Function: assist-mouse-key-emacs

assist-mouse-key-emacs is an interactive and byte-compiled function defined in hmouse-drv.el.

Signature

(assist-mouse-key-emacs EVENT)

Documentation

Set point to the current mouse cursor position and execute assist-key.

EVENT will be passed to hmouse-release.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defun assist-mouse-key-emacs (event)
  "Set point to the current mouse cursor position and execute `assist-key'.
EVENT will be passed to `hmouse-release'."
  (interactive "e")
  (apply #'assist-mouse-key (hmouse-key-release-args-emacs event)))