Function: hkey-maybe-global-set-key
hkey-maybe-global-set-key is a byte-compiled function defined in
hyperbole.el.
This function is obsolete since 8.0.0; use hkey-maybe-set-key
instead.
Signature
(hkey-maybe-global-set-key KEY COMMAND &optional NO-ADD)
Documentation
Define a Hyperbole KEY bound to COMMAND if KEY is not in hyperbole-mode-map.
Third argument NO-ADD is ignored.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole.el
(defun hkey-maybe-global-set-key (key command &optional _no-add)
"Define a Hyperbole KEY bound to COMMAND if KEY is not in `hyperbole-mode-map'.
Third argument NO-ADD is ignored."
(hkey-maybe-set-key key command))