Variable: hmouse-middle-flag
hmouse-middle-flag is a customizable variable defined in hsettings.el.
Value
nil
Documentation
Non-nil means additionally bind the middle mouse button as an Action Key.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsettings.el
(defcustom hmouse-middle-flag (and (boundp 'infodock-version) infodock-version t)
"Non-nil means additionally bind the middle mouse button as an Action Key."
:type 'boolean
:group 'hyperbole-keys)