Variable: action-key-modeline-buffer-id-function
action-key-modeline-buffer-id-function is a customizable variable
defined in hui-mouse.el.
Value
dired-jump
Documentation
Function to call for Action Key clicks on the buf id portion of a modeline.
Its default value is dired-jump; set it to smart-treemacs-modeline
to use the Treemacs file manager package instead.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defcustom action-key-modeline-buffer-id-function #'dired-jump
"Function to call for Action Key clicks on the buf id portion of a modeline.
Its default value is `dired-jump'; set it to `smart-treemacs-modeline'
to use the Treemacs file manager package instead."
:type 'function
:group 'hyperbole-keys)