Function: hkey-get-bindings

hkey-get-bindings is a byte-compiled function defined in hyperbole.el.

Signature

(hkey-get-bindings)

Documentation

Return a keymap of Hyperbole key bindings.

hkey-initialize must have already been called or the list will be empty.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole.el
;;; ************************************************************************
;;; Public key bindings
;;; ************************************************************************

(defun hkey-get-bindings ()
  "Return a keymap of Hyperbole key bindings.
`hkey-initialize' must have already been called or the list will be empty."
  hyperbole-mode-map)