Variable: action-key-modeline-function

action-key-modeline-function is a customizable variable defined in hui-window.el.

Value

hmouse-context-menu

Documentation

Function to call when Action Mouse Key is clicked in the center of a modeline.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
;; Set this to `hmouse-context-ibuffer-menu' if you use the ibuffer package.
(defcustom action-key-modeline-function #'hmouse-context-menu
  "Function to call when Action Mouse Key is clicked in the center of a modeline."
  :type 'function
  :group 'hyperbole-keys)