Function: kbd-key:kbd
kbd-key:kbd is a byte-compiled function defined in hib-kbd.el.
Signature
(kbd-key:kbd KEY-SERIES)
Documentation
Convert normalized KEY-SERIES to a sequence of internal Emacs keys.
For an approximate inverse of this, see key-description.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-kbd.el
(defun kbd-key:kbd (key-series)
"Convert normalized KEY-SERIES to a sequence of internal Emacs keys.
For an approximate inverse of this, see `key-description'."
(kbd-key:parse key-series))