Variable: action-key-depress-window
action-key-depress-window is a variable defined in hmouse-drv.el.
Value
nil
Documentation
The last window 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-window nil
"The last window in which the Action Key was depressed or nil.
This is set to nil when the depress is on an inactive minibuffer.")