Variable: action-key-modeline-right-edge-function

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

Value

action-key-modeline-click-right-edge

Documentation

Function run on an Action Mouse Key click at a modeline right edge.

To disable it, set it to #'ignore.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defcustom action-key-modeline-right-edge-function #'action-key-modeline-click-right-edge
  "Function run on an Action Mouse Key click at a modeline right edge.
To disable it, set it to #\\='ignore."
  :type 'function
  :group 'hyperbole-keys)