Function: gbut:key-list
gbut:key-list is a byte-compiled function defined in hbut.el.
Signature
(gbut:key-list)
Documentation
Return list of global button label keys.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
;;; ------------------------------------------------------------------------
(defun gbut:key-list ()
"Return list of global button label keys."
(nconc (gbut:ebut-key-list) (gbut:ibut-key-list)))