Variable: action-key-depress-buffer
action-key-depress-buffer is a variable defined in hmouse-drv.el.
Value
nil
Documentation
The last buffer in which the Action Key was depressed or nil.
This is set to nil when the depress is on an inactive minibuffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defvar action-key-depress-buffer nil
"The last buffer in which the Action Key was depressed or nil.
This is set to nil when the depress is on an inactive minibuffer.")