Variable: which-key-this-command-keys-function
which-key-this-command-keys-function is a customizable variable
defined in which-key.el.gz.
Value
which-key--this-command-keys
Documentation
Function used to retrieve current key sequence.
The purpose of allowing this variable to be customized is to
allow which-key to support packages that insert non-standard
keys into the key sequence being read by Emacs.
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-this-command-keys-function #'which-key--this-command-keys
"Function used to retrieve current key sequence.
The purpose of allowing this variable to be customized is to
allow which-key to support packages that insert non-standard
`keys' into the key sequence being read by Emacs."
:group 'which-key
:type 'function
:package-version '(which-key . "1.0") :version "30.1")