Variable: action-key-eol-function

action-key-eol-function is a customizable variable defined in hui-mouse.el.

Value

smart-scroll-up

Documentation

Function run by the Action Key at the end of a line.

Its default value is smart-scroll-up. To disable it, set it to
#'ignore.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defcustom action-key-eol-function #'smart-scroll-up
  "Function run by the Action Key at the end of a line.
Its default value is `smart-scroll-up'.  To disable it, set it to
#\\='ignore."
  :type 'function
  :group 'hyperbole-keys)