Function: action-mouse-key-emacs
action-mouse-key-emacs is an interactive and byte-compiled function
defined in hmouse-drv.el.
Signature
(action-mouse-key-emacs EVENT)
Documentation
Set point to the current mouse cursor position and execute action-key.
EVENT will be passed to hmouse-release.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;; Smart Key Release Functions
(defun action-mouse-key-emacs (event)
"Set point to the current mouse cursor position and execute `action-key'.
EVENT will be passed to `hmouse-release'."
(interactive "e")
(apply #'action-mouse-key (hmouse-key-release-args-emacs event)))