Function: hycontrol-help-key-description
hycontrol-help-key-description is a byte-compiled function defined in
hycontrol.el.
Signature
(hycontrol-help-key-description)
Documentation
Return the key description for the HyControl help key.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-help-key-description ()
"Return the key description for the HyControl help key."
(key-description (where-is-internal 'hycontrol-toggle-help hycontrol-frames-mode-map t)))