Function: assist-key-depress-emacs
assist-key-depress-emacs is an interactive and byte-compiled function
defined in hmouse-drv.el.
Signature
(assist-key-depress-emacs EVENT)
Documentation
Handle depress EVENT of the Hyperbole Assist Mouse Key.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defun assist-key-depress-emacs (event)
"Handle depress EVENT of the Hyperbole Assist Mouse Key."
(interactive "e")
(assist-key-depress event))