Variable: which-key-paging-key

which-key-paging-key is a customizable variable defined in which-key.el.gz.

Value

"<f5>"

Documentation

Key to use for changing pages.

Bound after each of the prefixes in which-key-paging-prefixes

This variable was added, or its default value changed, in which-key version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-paging-key "<f5>"
  "Key to use for changing pages.
Bound after each of the prefixes in `which-key-paging-prefixes'"
  :type 'string
  :package-version '(which-key . "1.0") :version "30.1")